#EED59D

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

Shades of Splash #EED59D

Tints of Splash #EED59D

Color information

#EED59D (or 0xEED59D) is unknown color: approx Splash. HEX triplet: EE, D5 and 9D. RGB value is (238,213,157). Sum of RGB (Red+Green+Blue) = 238+213+157=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EED59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED59D is #112A62. Grayscale: #D6D6D6. Windows color (decimal): -1124963 or 10343918. OLE color: 10343918.

HSL color Cylindrical-coordinate representation of color #EED59D: hue angle of 41.48º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED59D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238213157-
CMYK00.110.340.07
HSL41.48º70.43%77.45%-
HSV(B)41.48º34.03%93.33%-
XYZ65.1468.241.63-
YUV214.0995.78145.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=39.14%
G=35.03%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821315700.110.340.0741.4870.4377.45
HexEED59D0B22729464d
Octal35632523501342751106115
Binary1110111011010101100111010101110001011110100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED59D; }

 p { color: rgb(238,213,157); }

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

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

 a { background-color: rgb(238,213,157); }

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

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

 span { border-color: rgb(238,213,157); }

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