#EDF0E0

Color #EDF0E0 Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #EDF0E0

Tints of Sugar Cane #EDF0E0

Color information

#EDF0E0 (or 0xEDF0E0) is unknown color: approx Sugar Cane. HEX triplet: ED, F0 and E0. RGB value is (237,240,224). Sum of RGB (Red+Green+Blue) = 237+240+224=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0E0 is #120F1F. Grayscale: #EDEDED. Windows color (decimal): -1183520 or 14741741. OLE color: 14741741.

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

Color convert

RGB237240224-
CMYK0.0100.070.06
HSL71.25º34.78%90.98%-
HSV(B)71.25º6.67%94.12%-
XYZ79.5485.7182.87-
YUV237.28120.51127.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 240 (94.14% from 255) = 34.24%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=33.81%
G=34.24%
B=31.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402240.0100.070.0671.2534.7890.98
HexEDF0E0107647235b
Octal355360340107610743133
Binary1110110111110000111000001011111010001111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0E0; }

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

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

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

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

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

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

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

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