#EDEFDC

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

Shades of Sugar Cane #EDEFDC

Tints of Sugar Cane #EDEFDC

Color information

#EDEFDC (or 0xEDEFDC) is unknown color: approx Sugar Cane. HEX triplet: ED, EF and DC. RGB value is (237,239,220). Sum of RGB (Red+Green+Blue) = 237+239+220=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFDC is #121023. Grayscale: #ECECEC. Windows color (decimal): -1183780 or 14479341. OLE color: 14479341.

HSL color Cylindrical-coordinate representation of color #EDEFDC: hue angle of 66.32º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEFDC is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB237239220-
CMYK0.0100.080.06
HSL66.32º37.25%90%-
HSV(B)66.32º7.95%93.73%-
XYZ78.7184.979.95-
YUV236.24118.84128.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=34.05%
G=34.34%
B=31.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392200.0100.080.0666.3237.2590
HexEDEFDC108642255a
Octal3553573341010610245132
Binary11101101111011111101110010100011010000101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFDC; }

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

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

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

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

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

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

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

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