#EED69C

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

Shades of Splash #EED69C

Tints of Splash #EED69C

Color information

#EED69C (or 0xEED69C) is unknown color: approx Splash. HEX triplet: EE, D6 and 9C. RGB value is (238,214,156). Sum of RGB (Red+Green+Blue) = 238+214+156=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 156 (61.33% from 255 or 25.66% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EED69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED69C is #112963. Grayscale: #D6D6D6. Windows color (decimal): -1124708 or 10278638. OLE color: 10278638.

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

Color convert

RGB238214156-
CMYK00.100.340.07
HSL42.44º70.69%77.25%-
HSV(B)42.44º34.45%93.33%-
XYZ65.3168.6741.27-
YUV214.5694.95144.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 156 (61.33% from 255) = 25.66%
R=39.14%
G=35.20%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821415600.100.340.0742.4470.6977.25
HexEED69C0A2272a474d
Octal35632623401242752107115
Binary1110111011010110100111000101010001011110101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED69C; }

 p { color: rgb(238,214,156); }

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

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

 a { background-color: rgb(238,214,156); }

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

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

 span { border-color: rgb(238,214,156); }

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