#EDEDE9

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

Shades of Sugar Cane #EDEDE9

Tints of Sugar Cane #EDEDE9

Color information

#EDEDE9 (or 0xEDEDE9) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and E9. RGB value is (237,237,233). Sum of RGB (Red+Green+Blue) = 237+237+233=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDE9 is #121216. Grayscale: #ECECEC. Windows color (decimal): -1184279 or 15330797. OLE color: 15330797.

HSL color Cylindrical-coordinate representation of color #EDEDE9: hue angle of 60º degrees, saturation: 0.1, 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 #EDEDE9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237237233-
CMYK000.020.07
HSL60º10%92.16%-
HSV(B)60º1.69%92.94%-
XYZ79.9284.4689.18-
YUV236.54126128.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 233 (91.41% from 255) = 32.96%
R=33.52%
G=33.52%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237233000.020.07601092.16
HexEDEDE900273ca5c
Octal35535535100277412134
Binary111011011110110111101001001011111110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDE9; }

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

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

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

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

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

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

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

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