#EDEDD5

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

Shades of Sugar Cane #EDEDD5

Tints of Sugar Cane #EDEDD5

Color information

#EDEDD5 (or 0xEDEDD5) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and D5. RGB value is (237,237,213). Sum of RGB (Red+Green+Blue) = 237+237+213=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD5 is #12122A. Grayscale: #EAEAEA. Windows color (decimal): -1184299 or 14020077. OLE color: 14020077.

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

Color convert

RGB237237213-
CMYK000.100.07
HSL60º40%88.24%-
HSV(B)60º10.13%92.94%-
XYZ77.2283.3874.97-
YUV234.26116129.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 213 (83.59% from 255) = 31.00%
R=34.50%
G=34.50%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237213000.100.07604088.24
HexEDEDD500A73c2858
Octal355355325001277450130
Binary1110110111101101110101010010101111111001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDD5; }

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

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

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

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

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

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

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

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