#EDEDE2

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

Shades of Sugar Cane #EDEDE2

Tints of Sugar Cane #EDEDE2

Color information

#EDEDE2 (or 0xEDEDE2) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and E2. RGB value is (237,237,226). Sum of RGB (Red+Green+Blue) = 237+237+226=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDE2 is #12121D. Grayscale: #EBEBEB. Windows color (decimal): -1184286 or 14872045. OLE color: 14872045.

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

Color convert

RGB237237226-
CMYK000.050.07
HSL60º23.4%90.78%-
HSV(B)60º4.64%92.94%-
XYZ78.9484.0684.02-
YUV235.75122.5128.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 237 (92.97% from 255) = 33.86%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=33.86%
G=33.86%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237226000.050.076023.490.78
HexEDEDE200573c175b
Octal35535534200577427133
Binary11101101111011011110001000101111111100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDE2; }

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

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

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

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

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

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

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

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