#EDEEDE

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

Shades of Sugar Cane #EDEEDE

Tints of Sugar Cane #EDEEDE

Color information

#EDEEDE (or 0xEDEEDE) is unknown color: approx Sugar Cane. HEX triplet: ED, EE and DE. RGB value is (237,238,222). Sum of RGB (Red+Green+Blue) = 237+238+222=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDE is #121121. Grayscale: #EBEBEB. Windows color (decimal): -1184034 or 14610157. OLE color: 14610157.

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

Color convert

RGB237238222-
CMYK0.0000.070.07
HSL63.75º32%90.2%-
HSV(B)63.75º6.72%93.33%-
XYZ78.6884.4381.26-
YUV235.88120.17128.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=34.00%
G=34.15%
B=31.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382220.0000.070.0763.753290.2
HexEDEEDE007740205a
Octal355356336007710040132
Binary1110110111101110110111100011111110000001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEDE; }

 p { color: rgb(237,238,222); }

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

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

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

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

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

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

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