#EDEFE0

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

Shades of Sugar Cane #EDEFE0

Tints of Sugar Cane #EDEFE0

Color information

#EDEFE0 (or 0xEDEFE0) is unknown color: approx Sugar Cane. HEX triplet: ED, EF and E0. RGB value is (237,239,224). Sum of RGB (Red+Green+Blue) = 237+239+224=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFE0 is #12101F. Grayscale: #ECECEC. Windows color (decimal): -1183776 or 14741485. OLE color: 14741485.

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

Color convert

RGB237239224-
CMYK0.0100.060.06
HSL68º31.91%90.78%-
HSV(B)68º6.28%93.73%-
XYZ79.2585.1282.77-
YUV236.69120.84128.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 224 (87.89% from 255) = 32%
R=33.86%
G=34.14%
B=32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392240.0100.060.066831.9190.78
HexEDEFE0106644205b
Octal355357340106610440133
Binary1110110111101111111000001011011010001001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFE0; }

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

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

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

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

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

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

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

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