Shades of Sugar Cane #EFF1DB
Tints of Sugar Cane #EFF1DB
RGB
CMYK
RGB Variations
Color information
#EFF1DB (or 0xEFF1DB) is known color: Sugar Cane. HEX triplet: EF, F1 and DB. RGB value is (239,241,219). Sum of RGB (Red+Green+Blue) = 239+241+219=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1DB is #100E24. Grayscale: #EDEDED. Windows color (decimal): -1052197 or 14414319. OLE color: 14414319.
HSL color Cylindrical-coordinate representation of color #EFF1DB: hue angle of 65.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF1DB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 241 | 219 | - |
CMYK | 0.01 | 0 | 0.09 | 0.05 |
HSL | 65.45º | 0.44% | 0.9% | - |
HSV(B) | 65.45º | 0.09% | 0.95% | - |
XYZ | 79.84 | 86.38 | 79.48 | - |
YUV | 237.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 241 | 219 | 0.01 | 0 | 0.09 | 0.05 | 65.45 | 0.44 | 0.9 |
Hex | EF | F1 | DB | 1 | 0 | 9 | 5 | 41 | 2C | 5A |
Octal | 357 | 361 | 333 | 1 | 0 | 11 | 5 | 101 | 54 | 132 |
Binary | 11101111 | 11110001 | 11011011 | 1 | 0 | 1001 | 101 | 1000001 | 101100 | 1011010 |
Color Harmonies of #EFF1DB
Complementary color
Monochromatic Colors of #EFF1DB
Black with #EFF1DB
Text Example
Text Example
White with #EFF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1DB; }
p { color: rgb(239,241,219); }
H1.HeaderClassName
{
color: #EFF1DB;
}
.AnyTagClassName
{
color: #EFF1DB;
}
</style>
background-color css
<style>
a { background-color: #EFF1DB; }
a { background-color: rgb(239,241,219); }
div.DivClassName
{
background-color: #EFF1DB;
}
.BgClassName
{
background-color: #EFF1DB;
}
</style>
border-color css
<style>
span { border-color: #EFF1DB; }
span { border-color: rgb(239,241,219); }
td.TdClassName
{
border-color: #EFF1DB;
}
.TagClassName
{
border-color: #EFF1DB;
}
</style>