#EDF0CB

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

Shades of Spring Sun #EDF0CB

Tints of Spring Sun #EDF0CB

Color information

#EDF0CB (or 0xEDF0CB) is unknown color: approx Spring Sun. HEX triplet: ED, F0 and CB. RGB value is (237,240,203). Sum of RGB (Red+Green+Blue) = 237+240+203=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0CB is #120F34. Grayscale: #EBEBEB. Windows color (decimal): -1183541 or 13365485. OLE color: 13365485.

HSL color Cylindrical-coordinate representation of color #EDF0CB: hue angle of 64.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDF0CB is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB237240203-
CMYK0.0100.150.06
HSL64.86º55.22%86.86%-
HSV(B)64.86º15.42%94.12%-
XYZ76.8684.6468.79-
YUV234.88110.01129.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=34.85%
G=35.29%
B=29.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402030.0100.150.0664.8655.2286.86
HexEDF0CB10F6413757
Octal3553603131017610167127
Binary11101101111100001100101110111111010000011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0CB; }

 p { color: rgb(237,240,203); }

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

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

 a { background-color: rgb(237,240,203); }

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

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

 span { border-color: rgb(237,240,203); }

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