#EDF0D9

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

Shades of Sugar Cane #EDF0D9

Tints of Sugar Cane #EDF0D9

Color information

#EDF0D9 (or 0xEDF0D9) is unknown color: approx Sugar Cane. HEX triplet: ED, F0 and D9. RGB value is (237,240,217). Sum of RGB (Red+Green+Blue) = 237+240+217=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0D9 is #120F26. Grayscale: #ECECEC. Windows color (decimal): -1183527 or 14282989. OLE color: 14282989.

HSL color Cylindrical-coordinate representation of color #EDF0D9: hue angle of 67.83º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF0D9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB237240217-
CMYK0.0100.100.06
HSL67.83º43.4%89.61%-
HSV(B)67.83º9.58%94.12%-
XYZ78.6185.3377.97-
YUV236.48117.01128.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 217 (85.16% from 255) = 31.27%
R=34.15%
G=34.58%
B=31.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372402170.0100.100.0667.8343.489.61
HexEDF0D910A6442b5a
Octal3553603311012610453132
Binary11101101111100001101100110101011010001001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0D9; }

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

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

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

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

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

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

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

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