#EED29D

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

Shades of Splash #EED29D

Tints of Splash #EED29D

Color information

#EED29D (or 0xEED29D) is unknown color: approx Splash. HEX triplet: EE, D2 and 9D. RGB value is (238,210,157). Sum of RGB (Red+Green+Blue) = 238+210+157=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED29D is #112D62. Grayscale: #D4D4D4. Windows color (decimal): -1125731 or 10343150. OLE color: 10343150.

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

Color convert

RGB238210157-
CMYK00.120.340.07
HSL39.26º70.43%77.45%-
HSV(B)39.26º34.03%93.33%-
XYZ64.3966.741.38-
YUV212.3396.78146.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=39.34%
G=34.71%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821015700.120.340.0739.2670.4377.45
HexEED29D0C22727464d
Octal35632223501442747106115
Binary1110111011010010100111010110010001011110011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED29D; }

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

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

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

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

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

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

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

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