#EDEECC

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

Shades of Spring Sun #EDEECC

Tints of Spring Sun #EDEECC

Color information

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

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

Color convert

RGB237238204-
CMYK0.0000.140.07
HSL61.76º50%86.67%-
HSV(B)61.76º14.29%93.33%-
XYZ76.483.5169.22-
YUV233.82111.17130.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382040.0000.140.0761.765086.67
HexEDEECC00E73e3257
Octal355356314001677662127
Binary1110110111101110110011000011101111111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEECC; }

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

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

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

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

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

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

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

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