#EDEEDC

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

Shades of Sugar Cane #EDEEDC

Tints of Sugar Cane #EDEEDC

Color information

#EDEEDC (or 0xEDEEDC) is unknown color: approx Sugar Cane. HEX triplet: ED, EE and DC. RGB value is (237,238,220). Sum of RGB (Red+Green+Blue) = 237+238+220=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDC is #121123. Grayscale: #EBEBEB. Windows color (decimal): -1184036 or 14479085. OLE color: 14479085.

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

Color convert

RGB237238220-
CMYK0.0000.080.07
HSL63.33º34.62%89.8%-
HSV(B)63.33º7.56%93.33%-
XYZ78.4284.3279.85-
YUV235.65119.17128.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=34.10%
G=34.24%
B=31.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382200.0000.080.0763.3334.6289.8
HexEDEEDC00873f235a
Octal355356334001077743132
Binary1110110111101110110111000010001111111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEDC; }

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

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

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

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

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

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

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

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