#EDEDDB

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

Shades of Sugar Cane #EDEDDB

Tints of Sugar Cane #EDEDDB

Color information

#EDEDDB (or 0xEDEDDB) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and DB. RGB value is (237,237,219). Sum of RGB (Red+Green+Blue) = 237+237+219=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDB is #121224. Grayscale: #EBEBEB. Windows color (decimal): -1184293 or 14413293. OLE color: 14413293.

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

Color convert

RGB237237219-
CMYK000.080.07
HSL60º33.33%89.41%-
HSV(B)60º7.59%92.94%-
XYZ7883.6979.06-
YUV234.95119129.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 219 (85.94% from 255) = 31.60%
R=34.20%
G=34.20%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237219000.080.076033.3389.41
HexEDEDDB00873c2159
Octal355355333001077441131
Binary1110110111101101110110110010001111111001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDDB; }

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

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

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

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

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

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

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

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