#EFF0DA

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

Shades of Sugar Cane #EFF0DA

Tints of Sugar Cane #EFF0DA

Color information

#EFF0DA (or 0xEFF0DA) is unknown color: approx Sugar Cane. HEX triplet: EF, F0 and DA. RGB value is (239,240,218). Sum of RGB (Red+Green+Blue) = 239+240+218=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DA is #100F25. Grayscale: #EDEDED. Windows color (decimal): -1052454 or 14348527. OLE color: 14348527.

HSL color Cylindrical-coordinate representation of color #EFF0DA: hue angle of 62.73º degrees, saturation: 0.42, 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 #EFF0DA is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239240218-
CMYK0.0000.090.06
HSL62.73º42.31%89.8%-
HSV(B)62.73º9.17%94.12%-
XYZ79.4185.7378.69-
YUV237.19117.17129.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=34.29%
G=34.43%
B=31.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402180.0000.090.0662.7342.3189.8
HexEFF0DA00963f2a5a
Octal357360332001167752132
Binary1110111111110000110110100010011101111111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0DA; }

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

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

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

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

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

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

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

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