#EFF0DB

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

Shades of Sugar Cane #EFF0DB

Tints of Sugar Cane #EFF0DB

Color information

#EFF0DB (or 0xEFF0DB) is unknown color: approx Sugar Cane. HEX triplet: EF, F0 and DB. RGB value is (239,240,219). Sum of RGB (Red+Green+Blue) = 239+240+219=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DB is #100F24. Grayscale: #EDEDED. Windows color (decimal): -1052453 or 14414063. OLE color: 14414063.

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

Color convert

RGB239240219-
CMYK0.0000.090.06
HSL62.86º41.18%90%-
HSV(B)62.86º8.75%94.12%-
XYZ79.5485.7979.38-
YUV237.31117.67129.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 219 (85.94% from 255) = 31.38%
R=34.24%
G=34.38%
B=31.38%

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
Decimal2392402190.0000.090.0662.8641.1890
HexEFF0DB00963f295a
Octal357360333001167751132
Binary1110111111110000110110110010011101111111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0DB; }

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

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

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

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

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

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

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

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