Shades of Sugar Cane #EFF3DD
Tints of Sugar Cane #EFF3DD
RGB
CMYK
RGB Variations
Color information
#EFF3DD (or 0xEFF3DD) is known color: Sugar Cane. HEX triplet: EF, F3 and DD. RGB value is (239,243,221). Sum of RGB (Red+Green+Blue) = 239+243+221=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3DD is #100C22. Grayscale: #EFEFEF. Windows color (decimal): -1051683 or 14545903. OLE color: 14545903.
HSL color Cylindrical-coordinate representation of color #EFF3DD: hue angle of 70.91º degrees, saturation: 0.48, 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 #EFF3DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 221 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 70.91º | 0.48% | 0.91% | - |
| HSV(B) | 70.91º | 0.09% | 0.95% | - |
| XYZ | 80.7 | 87.67 | 81.08 | - |
| YUV | 239.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 221 | 0.02 | 0 | 0.09 | 0.05 | 70.91 | 0.48 | 0.91 |
| Hex | EF | F3 | DD | 2 | 0 | 9 | 5 | 47 | 30 | 5B |
| Octal | 357 | 363 | 335 | 2 | 0 | 11 | 5 | 107 | 60 | 133 |
| Binary | 11101111 | 11110011 | 11011101 | 10 | 0 | 1001 | 101 | 1000111 | 110000 | 1011011 |
Color Harmonies of #EFF3DD
Complementary color
Monochromatic Colors of #EFF3DD
Black with #EFF3DD
Text Example
Text Example
White with #EFF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3DD; }
p { color: rgb(239,243,221); }
H1.HeaderClassName
{
color: #EFF3DD;
}
.AnyTagClassName
{
color: #EFF3DD;
}
</style>
background-color css
<style>
a { background-color: #EFF3DD; }
a { background-color: rgb(239,243,221); }
div.DivClassName
{
background-color: #EFF3DD;
}
.BgClassName
{
background-color: #EFF3DD;
}
</style>
border-color css
<style>
span { border-color: #EFF3DD; }
span { border-color: rgb(239,243,221); }
td.TdClassName
{
border-color: #EFF3DD;
}
.TagClassName
{
border-color: #EFF3DD;
}
</style>