#EED596

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

Shades of Splash #EED596

Tints of Splash #EED596

Color information

#EED596 (or 0xEED596) is unknown color: approx Splash. HEX triplet: EE, D5 and 96. RGB value is (238,213,150). Sum of RGB (Red+Green+Blue) = 238+213+150=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED596 is #112A69. Grayscale: #D5D5D5. Windows color (decimal): -1124970 or 9885166. OLE color: 9885166.

HSL color Cylindrical-coordinate representation of color #EED596: hue angle of 42.95º 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 #EED596 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238213150-
CMYK00.110.370.07
HSL42.95º72.13%76.08%-
HSV(B)42.95º36.97%93.33%-
XYZ64.5667.9738.57-
YUV213.2992.28145.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=39.60%
G=35.44%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821315000.110.370.0742.9572.1376.08
HexEED5960B2572b484c
Octal35632522601345753110114
Binary1110111011010101100101100101110010111110101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED596; }

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

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

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

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

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

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

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

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