#EEEDCC

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

Shades of Spring Sun #EEEDCC

Tints of Spring Sun #EEEDCC

Color information

#EEEDCC (or 0xEEEDCC) is unknown color: approx Spring Sun. HEX triplet: EE, ED and CC. RGB value is (238,237,204). Sum of RGB (Red+Green+Blue) = 238+237+204=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDCC is #111233. Grayscale: #E9E9E9. Windows color (decimal): -1118772 or 13430254. OLE color: 13430254.

HSL color Cylindrical-coordinate representation of color #EEEDCC: hue angle of 58.24º degrees, saturation: 0.5, 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 #EEEDCC is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238237204-
CMYK00.000.140.07
HSL58.24º50%86.67%-
HSV(B)58.24º14.29%93.33%-
XYZ76.4483.1169.14-
YUV233.54111.33131.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 204 (80.08% from 255) = 30.04%
R=35.05%
G=34.90%
B=30.04%

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
Decimal23823720400.000.140.0758.245086.67
HexEEEDCC00E73a3257
Octal356355314001677262127
Binary1110111011101101110011000011101111110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDCC; }

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

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

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

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

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

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

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

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