#EDEFDA

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

Shades of Sugar Cane #EDEFDA

Tints of Sugar Cane #EDEFDA

Color information

#EDEFDA (or 0xEDEFDA) is unknown color: approx Sugar Cane. HEX triplet: ED, EF and DA. RGB value is (237,239,218). Sum of RGB (Red+Green+Blue) = 237+239+218=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFDA is #121025. Grayscale: #ECECEC. Windows color (decimal): -1183782 or 14348269. OLE color: 14348269.

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

Color convert

RGB237239218-
CMYK0.0100.090.06
HSL65.71º39.62%89.61%-
HSV(B)65.71º8.79%93.73%-
XYZ78.4584.878.56-
YUV236.01117.84128.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=34.15%
G=34.44%
B=31.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392180.0100.090.0665.7139.6289.61
HexEDEFDA109642285a
Octal3553573321011610250132
Binary11101101111011111101101010100111010000101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFDA; }

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

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

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

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

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

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

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

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