Shades of Sugar Cane #EFF2DA
Tints of Sugar Cane #EFF2DA
RGB
CMYK
RGB Variations
Color information
#EFF2DA (or 0xEFF2DA) is known color: Sugar Cane. HEX triplet: EF, F2 and DA. RGB value is (239,242,218). Sum of RGB (Red+Green+Blue) = 239+242+218=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DA is #100D25. Grayscale: #EEEEEE. Windows color (decimal): -1051942 or 14349039. OLE color: 14349039.
HSL color Cylindrical-coordinate representation of color #EFF2DA: hue angle of 67.5º degrees, saturation: 0.48, 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 #EFF2DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 218 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.05 |
| HSL | 67.5º | 0.48% | 0.9% | - |
| HSV(B) | 67.5º | 0.1% | 0.95% | - |
| XYZ | 80 | 86.92 | 78.89 | - |
| YUV | 238.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 218 | 0.01 | 0 | 0.10 | 0.05 | 67.5 | 0.48 | 0.9 |
| Hex | EF | F2 | DA | 1 | 0 | A | 5 | 44 | 30 | 5A |
| Octal | 357 | 362 | 332 | 1 | 0 | 12 | 5 | 104 | 60 | 132 |
| Binary | 11101111 | 11110010 | 11011010 | 1 | 0 | 1010 | 101 | 1000100 | 110000 | 1011010 |
Color Harmonies of #EFF2DA
Complementary color
Monochromatic Colors of #EFF2DA
Black with #EFF2DA
Text Example
Text Example
White with #EFF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2DA; }
p { color: rgb(239,242,218); }
H1.HeaderClassName
{
color: #EFF2DA;
}
.AnyTagClassName
{
color: #EFF2DA;
}
</style>
background-color css
<style>
a { background-color: #EFF2DA; }
a { background-color: rgb(239,242,218); }
div.DivClassName
{
background-color: #EFF2DA;
}
.BgClassName
{
background-color: #EFF2DA;
}
</style>
border-color css
<style>
span { border-color: #EFF2DA; }
span { border-color: rgb(239,242,218); }
td.TdClassName
{
border-color: #EFF2DA;
}
.TagClassName
{
border-color: #EFF2DA;
}
</style>