#EBDA9B

Color #EBDA9B Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #EBDA9B

Tints of Splash #EBDA9B

Color information

#EBDA9B (or 0xEBDA9B) is unknown color: approx Splash. HEX triplet: EB, DA and 9B. RGB value is (235,218,155). Sum of RGB (Red+Green+Blue) = 235+218+155=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA9B is #142564. Grayscale: #D8D8D8. Windows color (decimal): -1320293 or 10214123. OLE color: 10214123.

HSL color Cylindrical-coordinate representation of color #EBDA9B: hue angle of 47.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBDA9B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235218155-
CMYK00.070.340.08
HSL47.25º66.67%76.47%-
HSV(B)47.25º34.04%92.16%-
XYZ65.2570.1741.12-
YUV215.993.63141.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=38.65%
G=35.86%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521815500.070.340.0847.2566.6776.47
HexEBDA9B072282f434c
Octal35333223307421057103114
Binary1110101111011010100110110111100010100010111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA9B; }

 p { color: rgb(235,218,155); }

 H1.HeaderClassName
 {
   color: #EBDA9B;
 }
 .AnyTagClassName
 {
   color: #EBDA9B;
 }
</style>
background-color css

<style>
 a { background-color: #EBDA9B; }

 a { background-color: rgb(235,218,155); }

 div.DivClassName
 {
   background-color: #EBDA9B;
 }
 .BgClassName
 {
   background-color: #EBDA9B;
 }
</style>
border-color css

<style>
 span { border-color: #EBDA9B; }

 span { border-color: rgb(235,218,155); }

 td.TdClassName
 {
   border-color: #EBDA9B;
 }
 .TagClassName
 {
   border-color: #EBDA9B;
 }
</style>