Shades of Sugar Cane #EFF2DD
Tints of Sugar Cane #EFF2DD
RGB
CMYK
RGB Variations
Color information
#EFF2DD (or 0xEFF2DD) is known color: Sugar Cane. HEX triplet: EF, F2 and DD. RGB value is (239,242,221). Sum of RGB (Red+Green+Blue) = 239+242+221=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DD is #100D22. Grayscale: #EEEEEE. Windows color (decimal): -1051939 or 14545647. OLE color: 14545647.
HSL color Cylindrical-coordinate representation of color #EFF2DD: hue angle of 68.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF2DD is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 221 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.05 |
| HSL | 68.57º | 0.45% | 0.91% | - |
| HSV(B) | 68.57º | 0.09% | 0.95% | - |
| XYZ | 80.4 | 87.08 | 80.98 | - |
| YUV | 238.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 221 | 0.01 | 0 | 0.09 | 0.05 | 68.57 | 0.45 | 0.91 |
| Hex | EF | F2 | DD | 1 | 0 | 9 | 5 | 45 | 2D | 5B |
| Octal | 357 | 362 | 335 | 1 | 0 | 11 | 5 | 105 | 55 | 133 |
| Binary | 11101111 | 11110010 | 11011101 | 1 | 0 | 1001 | 101 | 1000101 | 101101 | 1011011 |
Color Harmonies of #EFF2DD
Complementary color
Monochromatic Colors of #EFF2DD
Black with #EFF2DD
Text Example
Text Example
White with #EFF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2DD; }
p { color: rgb(239,242,221); }
H1.HeaderClassName
{
color: #EFF2DD;
}
.AnyTagClassName
{
color: #EFF2DD;
}
</style>
background-color css
<style>
a { background-color: #EFF2DD; }
a { background-color: rgb(239,242,221); }
div.DivClassName
{
background-color: #EFF2DD;
}
.BgClassName
{
background-color: #EFF2DD;
}
</style>
border-color css
<style>
span { border-color: #EFF2DD; }
span { border-color: rgb(239,242,221); }
td.TdClassName
{
border-color: #EFF2DD;
}
.TagClassName
{
border-color: #EFF2DD;
}
</style>