Shades of Sugar Cane #EFF2DB
Tints of Sugar Cane #EFF2DB
RGB
CMYK
RGB Variations
Color information
#EFF2DB (or 0xEFF2DB) is known color: Sugar Cane. HEX triplet: EF, F2 and DB. RGB value is (239,242,219). Sum of RGB (Red+Green+Blue) = 239+242+219=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DB is #100D24. Grayscale: #EEEEEE. Windows color (decimal): -1051941 or 14414575. OLE color: 14414575.
HSL color Cylindrical-coordinate representation of color #EFF2DB: hue angle of 67.83º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF2DB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 219 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.05 |
| HSL | 67.83º | 0.47% | 0.9% | - |
| HSV(B) | 67.83º | 0.1% | 0.95% | - |
| XYZ | 80.13 | 86.97 | 79.58 | - |
| YUV | 238.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 219 | 0.01 | 0 | 0.10 | 0.05 | 67.83 | 0.47 | 0.9 |
| Hex | EF | F2 | DB | 1 | 0 | A | 5 | 44 | 2F | 5A |
| Octal | 357 | 362 | 333 | 1 | 0 | 12 | 5 | 104 | 57 | 132 |
| Binary | 11101111 | 11110010 | 11011011 | 1 | 0 | 1010 | 101 | 1000100 | 101111 | 1011010 |
Color Harmonies of #EFF2DB
Complementary color
Monochromatic Colors of #EFF2DB
Black with #EFF2DB
Text Example
Text Example
White with #EFF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2DB; }
p { color: rgb(239,242,219); }
H1.HeaderClassName
{
color: #EFF2DB;
}
.AnyTagClassName
{
color: #EFF2DB;
}
</style>
background-color css
<style>
a { background-color: #EFF2DB; }
a { background-color: rgb(239,242,219); }
div.DivClassName
{
background-color: #EFF2DB;
}
.BgClassName
{
background-color: #EFF2DB;
}
</style>
border-color css
<style>
span { border-color: #EFF2DB; }
span { border-color: rgb(239,242,219); }
td.TdClassName
{
border-color: #EFF2DB;
}
.TagClassName
{
border-color: #EFF2DB;
}
</style>