Shades of Sugar Cane #EFF0DB
Tints of Sugar Cane #EFF0DB
RGB
CMYK
RGB Variations
Color information
#EFF0DB (or 0xEFF0DB) is known color: 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
RGB | 239 | 240 | 219 | - |
CMYK | 0.00 | 0 | 0.09 | 0.06 |
HSL | 62.86º | 0.41% | 0.9% | - |
HSV(B) | 62.86º | 0.09% | 0.94% | - |
XYZ | 79.54 | 85.79 | 79.38 | - |
YUV | 237.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 240 | 219 | 0.00 | 0 | 0.09 | 0.06 | 62.86 | 0.41 | 0.9 |
Hex | EF | F0 | DB | 0 | 0 | 9 | 6 | 3F | 29 | 5A |
Octal | 357 | 360 | 333 | 0 | 0 | 11 | 6 | 77 | 51 | 132 |
Binary | 11101111 | 11110000 | 11011011 | 0 | 0 | 1001 | 110 | 111111 | 101001 | 1011010 |
Color Harmonies of #EFF0DB
Complementary color
Monochromatic Colors of #EFF0DB
Black with #EFF0DB
Text Example
Text Example
White with #EFF0DB
Text Example
Text Example
HTML Codes & Css Web 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>