Shades of Sugar Cane #EFEFDA
Tints of Sugar Cane #EFEFDA
RGB
CMYK
RGB Variations
Color information
#EFEFDA (or 0xEFEFDA) is known color: Sugar Cane. HEX triplet: EF, EF and DA. RGB value is (239,239,218). Sum of RGB (Red+Green+Blue) = 239+239+218=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDA is #101025. Grayscale: #ECECEC. Windows color (decimal): -1052710 or 14348271. OLE color: 14348271.
HSL color Cylindrical-coordinate representation of color #EFEFDA: hue angle of 60º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFEFDA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 218 | - |
| CMYK | 0 | 0 | 0.09 | 0.06 |
| HSL | 60º | 0.4% | 0.9% | - |
| HSV(B) | 60º | 0.09% | 0.94% | - |
| XYZ | 79.12 | 85.15 | 78.59 | - |
| YUV | 236.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 218 | 0 | 0 | 0.09 | 0.06 | 60 | 0.4 | 0.9 |
| Hex | EF | EF | DA | 0 | 0 | 9 | 6 | 3C | 28 | 5A |
| Octal | 357 | 357 | 332 | 0 | 0 | 11 | 6 | 74 | 50 | 132 |
| Binary | 11101111 | 11101111 | 11011010 | 0 | 0 | 1001 | 110 | 111100 | 101000 | 1011010 |
Color Harmonies of #EFEFDA
Complementary color
Monochromatic Colors of #EFEFDA
Black with #EFEFDA
Text Example
Text Example
White with #EFEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFDA; }
p { color: rgb(239,239,218); }
H1.HeaderClassName
{
color: #EFEFDA;
}
.AnyTagClassName
{
color: #EFEFDA;
}
</style>
background-color css
<style>
a { background-color: #EFEFDA; }
a { background-color: rgb(239,239,218); }
div.DivClassName
{
background-color: #EFEFDA;
}
.BgClassName
{
background-color: #EFEFDA;
}
</style>
border-color css
<style>
span { border-color: #EFEFDA; }
span { border-color: rgb(239,239,218); }
td.TdClassName
{
border-color: #EFEFDA;
}
.TagClassName
{
border-color: #EFEFDA;
}
</style>