#EDEECD

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

Shades of Spring Sun #EDEECD

Tints of Spring Sun #EDEECD

Color information

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

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

Color convert

RGB237238205-
CMYK0.0000.140.07
HSL61.82º49.25%86.86%-
HSV(B)61.82º13.87%93.33%-
XYZ76.5283.5669.85-
YUV233.94111.67130.18-

RGB Variations

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

RGB

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

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
Decimal2372382050.0000.140.0761.8249.2586.86
HexEDEECD00E73e3157
Octal355356315001677661127
Binary1110110111101110110011010011101111111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEECD; }

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

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

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

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

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

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

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

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