#EDEED0

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

Shades of Spring Sun #EDEED0

Tints of Spring Sun #EDEED0

Color information

#EDEED0 (or 0xEDEED0) is unknown color: approx Spring Sun. HEX triplet: ED, EE and D0. RGB value is (237,238,208). Sum of RGB (Red+Green+Blue) = 237+238+208=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED0 is #12112F. Grayscale: #EAEAEA. Windows color (decimal): -1184048 or 13692653. OLE color: 13692653.

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

Color convert

RGB237238208-
CMYK0.0000.130.07
HSL62º46.88%87.45%-
HSV(B)62º12.61%93.33%-
XYZ76.8883.7171.78-
YUV234.28113.17129.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 208 (81.64% from 255) = 30.45%
R=34.70%
G=34.85%
B=30.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382080.0000.130.076246.8887.45
HexEDEED000D73e2f57
Octal355356320001577657127
Binary1110110111101110110100000011011111111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEED0; }

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

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

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

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

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

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

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

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