#EDEDE6

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

Shades of Sugar Cane #EDEDE6

Tints of Sugar Cane #EDEDE6

Color information

#EDEDE6 (or 0xEDEDE6) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and E6. RGB value is (237,237,230). Sum of RGB (Red+Green+Blue) = 237+237+230=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDE6 is #121219. Grayscale: #ECECEC. Windows color (decimal): -1184282 or 15134189. OLE color: 15134189.

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

Color convert

RGB237237230-
CMYK000.030.07
HSL60º16.28%91.57%-
HSV(B)60º2.95%92.94%-
XYZ79.4984.2986.94-
YUV236.2124.5128.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 230 (90.23% from 255) = 32.67%
R=33.66%
G=33.66%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237230000.030.076016.2891.57
HexEDEDE600373c105c
Octal35535534600377420134
Binary1110110111101101111001100011111111100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDE6; }

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

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

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

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

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

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

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

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