#EDEEC0

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

Shades of Spring Sun #EDEEC0

Tints of Spring Sun #EDEEC0

Color information

#EDEEC0 (or 0xEDEEC0) is unknown color: approx Spring Sun. HEX triplet: ED, EE and C0. RGB value is (237,238,192). Sum of RGB (Red+Green+Blue) = 237+238+192=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC0 is #12113F. Grayscale: #E8E8E8. Windows color (decimal): -1184064 or 12644077. OLE color: 12644077.

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

Color convert

RGB237238192-
CMYK0.0000.190.07
HSL61.3º57.5%84.31%-
HSV(B)61.3º19.33%93.33%-
XYZ75.0182.9661.93-
YUV232.46105.17131.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 192 (75.39% from 255) = 28.79%
R=35.53%
G=35.68%
B=28.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381920.0000.190.0761.357.584.31
HexEDEEC0001373d3a54
Octal355356300002377572124
Binary11101101111011101100000000100111111111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEC0; }

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

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

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

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

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

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

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

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