#EFF0DC

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

Shades of Sugar Cane #EFF0DC

Tints of Sugar Cane #EFF0DC

Color information

#EFF0DC (or 0xEFF0DC) is unknown color: approx Sugar Cane. HEX triplet: EF, F0 and DC. RGB value is (239,240,220). Sum of RGB (Red+Green+Blue) = 239+240+220=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DC is #100F23. Grayscale: #EDEDED. Windows color (decimal): -1052452 or 14479599. OLE color: 14479599.

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

Color convert

RGB239240220-
CMYK0.0000.080.06
HSL63º40%90.2%-
HSV(B)63º8.33%94.12%-
XYZ79.6785.8480.08-
YUV237.42118.17129.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 220 (86.33% from 255) = 31.47%
R=34.19%
G=34.33%
B=31.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402200.0000.080.06634090.2
HexEFF0DC00863f285a
Octal357360334001067750132
Binary1110111111110000110111000010001101111111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0DC; }

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

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

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

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

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

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

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

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