Shades of Sugar Cane #EFEFDD
Tints of Sugar Cane #EFEFDD
RGB
CMYK
RGB Variations
Color information
#EFEFDD (or 0xEFEFDD) is known color: Sugar Cane. HEX triplet: EF, EF and DD. RGB value is (239,239,221). Sum of RGB (Red+Green+Blue) = 239+239+221=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDD is #101022. Grayscale: #EDEDED. Windows color (decimal): -1052707 or 14544879. OLE color: 14544879.
HSL color Cylindrical-coordinate representation of color #EFEFDD: hue angle of 60º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEFDD is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 221 | - |
| CMYK | 0 | 0 | 0.08 | 0.06 |
| HSL | 60º | 0.36% | 0.9% | - |
| HSV(B) | 60º | 0.08% | 0.94% | - |
| XYZ | 79.51 | 85.3 | 80.68 | - |
| YUV | 236.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 221 | 0 | 0 | 0.08 | 0.06 | 60 | 0.36 | 0.9 |
| Hex | EF | EF | DD | 0 | 0 | 8 | 6 | 3C | 24 | 5A |
| Octal | 357 | 357 | 335 | 0 | 0 | 10 | 6 | 74 | 44 | 132 |
| Binary | 11101111 | 11101111 | 11011101 | 0 | 0 | 1000 | 110 | 111100 | 100100 | 1011010 |
Color Harmonies of #EFEFDD
Complementary color
Monochromatic Colors of #EFEFDD
Black with #EFEFDD
Text Example
Text Example
White with #EFEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFDD; }
p { color: rgb(239,239,221); }
H1.HeaderClassName
{
color: #EFEFDD;
}
.AnyTagClassName
{
color: #EFEFDD;
}
</style>
background-color css
<style>
a { background-color: #EFEFDD; }
a { background-color: rgb(239,239,221); }
div.DivClassName
{
background-color: #EFEFDD;
}
.BgClassName
{
background-color: #EFEFDD;
}
</style>
border-color css
<style>
span { border-color: #EFEFDD; }
span { border-color: rgb(239,239,221); }
td.TdClassName
{
border-color: #EFEFDD;
}
.TagClassName
{
border-color: #EFEFDD;
}
</style>