#EED5A0

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

Shades of Splash #EED5A0

Tints of Splash #EED5A0

Color information

#EED5A0 (or 0xEED5A0) is unknown color: approx Splash. HEX triplet: EE, D5 and A0. RGB value is (238,213,160). Sum of RGB (Red+Green+Blue) = 238+213+160=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED5A0 is #112A5F. Grayscale: #D6D6D6. Windows color (decimal): -1124960 or 10540526. OLE color: 10540526.

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

Color convert

RGB238213160-
CMYK00.110.330.07
HSL40.77º69.64%78.04%-
HSV(B)40.77º32.77%93.33%-
XYZ65.468.342.99-
YUV214.4397.28144.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=38.95%
G=34.86%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821316000.110.330.0740.7769.6478.04
HexEED5A00B21729464e
Octal35632524001341751106116
Binary1110111011010101101000000101110000111110100110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5A0; }

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

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

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

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

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

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

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

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