#EDEDE8

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

Shades of Sugar Cane #EDEDE8

Tints of Sugar Cane #EDEDE8

Color information

#EDEDE8 (or 0xEDEDE8) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and E8. RGB value is (237,237,232). Sum of RGB (Red+Green+Blue) = 237+237+232=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDE8 is #121217. Grayscale: #ECECEC. Windows color (decimal): -1184280 or 15265261. OLE color: 15265261.

HSL color Cylindrical-coordinate representation of color #EDEDE8: hue angle of 60º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEDE8 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237237232-
CMYK000.020.07
HSL60º12.2%91.96%-
HSV(B)60º2.11%92.94%-
XYZ79.7784.488.43-
YUV236.43125.5128.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 232 (91.02% from 255) = 32.86%
R=33.57%
G=33.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237232000.020.076012.291.96
HexEDEDE800273cc5c
Octal35535535000277414134
Binary111011011110110111101000001011111110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDE8; }

 p { color: rgb(237,237,232); }

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

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

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

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

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

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

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