Shades of Sugar Cane #EFEFD9
Tints of Sugar Cane #EFEFD9
RGB
CMYK
RGB Variations
Color information
#EFEFD9 (or 0xEFEFD9) is known color: Sugar Cane. HEX triplet: EF, EF and D9. RGB value is (239,239,217). Sum of RGB (Red+Green+Blue) = 239+239+217=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD9 is #101026. Grayscale: #ECECEC. Windows color (decimal): -1052711 or 14282735. OLE color: 14282735.
HSL color Cylindrical-coordinate representation of color #EFEFD9: hue angle of 60º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFEFD9 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 217 | - |
CMYK | 0 | 0 | 0.09 | 0.06 |
HSL | 60º | 0.41% | 0.89% | - |
HSV(B) | 60º | 0.09% | 0.94% | - |
XYZ | 78.99 | 85.09 | 77.91 | - |
YUV | 236.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 217 | 0 | 0 | 0.09 | 0.06 | 60 | 0.41 | 0.89 |
Hex | EF | EF | D9 | 0 | 0 | 9 | 6 | 3C | 29 | 59 |
Octal | 357 | 357 | 331 | 0 | 0 | 11 | 6 | 74 | 51 | 131 |
Binary | 11101111 | 11101111 | 11011001 | 0 | 0 | 1001 | 110 | 111100 | 101001 | 1011001 |
Color Harmonies of #EFEFD9
Complementary color
Monochromatic Colors of #EFEFD9
Black with #EFEFD9
Text Example
Text Example
White with #EFEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFD9; }
p { color: rgb(239,239,217); }
H1.HeaderClassName
{
color: #EFEFD9;
}
.AnyTagClassName
{
color: #EFEFD9;
}
</style>
background-color css
<style>
a { background-color: #EFEFD9; }
a { background-color: rgb(239,239,217); }
div.DivClassName
{
background-color: #EFEFD9;
}
.BgClassName
{
background-color: #EFEFD9;
}
</style>
border-color css
<style>
span { border-color: #EFEFD9; }
span { border-color: rgb(239,239,217); }
td.TdClassName
{
border-color: #EFEFD9;
}
.TagClassName
{
border-color: #EFEFD9;
}
</style>