#EEDC96

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

Shades of Splash #EEDC96

Tints of Splash #EEDC96

Color information

#EEDC96 (or 0xEEDC96) is unknown color: approx Splash. HEX triplet: EE, DC and 96. RGB value is (238,220,150). Sum of RGB (Red+Green+Blue) = 238+220+150=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC96 is #112369. Grayscale: #D9D9D9. Windows color (decimal): -1123178 or 9886958. OLE color: 9886958.

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

Color convert

RGB238220150-
CMYK00.080.370.07
HSL47.73º72.13%76.08%-
HSV(B)47.73º36.97%93.33%-
XYZ66.3671.5739.17-
YUV217.489.96142.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 150 (58.98% from 255) = 24.67%
R=39.14%
G=36.18%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822015000.080.370.0747.7372.1376.08
HexEEDC960825730484c
Octal35633422601045760110114
Binary1110111011011100100101100100010010111111000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC96; }

 p { color: rgb(238,220,150); }

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

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

 a { background-color: rgb(238,220,150); }

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

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

 span { border-color: rgb(238,220,150); }

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