#EEEDCD

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

Shades of Spring Sun #EEEDCD

Tints of Spring Sun #EEEDCD

Color information

#EEEDCD (or 0xEEEDCD) is unknown color: approx Spring Sun. HEX triplet: EE, ED and CD. RGB value is (238,237,205). Sum of RGB (Red+Green+Blue) = 238+237+205=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDCD is #111232. Grayscale: #E9E9E9. Windows color (decimal): -1118771 or 13495790. OLE color: 13495790.

HSL color Cylindrical-coordinate representation of color #EEEDCD: hue angle of 58.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEEDCD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238237205-
CMYK00.000.140.07
HSL58.18º49.25%86.86%-
HSV(B)58.18º13.87%93.33%-
XYZ76.5683.1569.77-
YUV233.65111.83131.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 30.15%
R=35%
G=34.85%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823720500.000.140.0758.1849.2586.86
HexEEEDCD00E73a3157
Octal356355315001677261127
Binary1110111011101101110011010011101111110101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDCD; }

 p { color: rgb(238,237,205); }

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

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

 a { background-color: rgb(238,237,205); }

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

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

 span { border-color: rgb(238,237,205); }

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