Shades of Sugar Cane #EFEFE8
Tints of Sugar Cane #EFEFE8
RGB
CMYK
RGB Variations
Color information
#EFEFE8 (or 0xEFEFE8) is known color: Sugar Cane. HEX triplet: EF, EF and E8. RGB value is (239,239,232). Sum of RGB (Red+Green+Blue) = 239+239+232=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFE8 is #101017. Grayscale: #EEEEEE. Windows color (decimal): -1052696 or 15265775. OLE color: 15265775.
HSL color Cylindrical-coordinate representation of color #EFEFE8: hue angle of 60º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEFE8 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 232 | - |
| CMYK | 0 | 0 | 0.03 | 0.06 |
| HSL | 60º | 0.18% | 0.92% | - |
| HSV(B) | 60º | 0.03% | 0.94% | - |
| XYZ | 81.03 | 85.91 | 88.66 | - |
| YUV | 238.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 232 | 0 | 0 | 0.03 | 0.06 | 60 | 0.18 | 0.92 |
| Hex | EF | EF | E8 | 0 | 0 | 3 | 6 | 3C | 12 | 5C |
| Octal | 357 | 357 | 350 | 0 | 0 | 3 | 6 | 74 | 22 | 134 |
| Binary | 11101111 | 11101111 | 11101000 | 0 | 0 | 11 | 110 | 111100 | 10010 | 1011100 |
Color Harmonies of #EFEFE8
Complementary color
Monochromatic Colors of #EFEFE8
Black with #EFEFE8
Text Example
Text Example
White with #EFEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFE8; }
p { color: rgb(239,239,232); }
H1.HeaderClassName
{
color: #EFEFE8;
}
.AnyTagClassName
{
color: #EFEFE8;
}
</style>
background-color css
<style>
a { background-color: #EFEFE8; }
a { background-color: rgb(239,239,232); }
div.DivClassName
{
background-color: #EFEFE8;
}
.BgClassName
{
background-color: #EFEFE8;
}
</style>
border-color css
<style>
span { border-color: #EFEFE8; }
span { border-color: rgb(239,239,232); }
td.TdClassName
{
border-color: #EFEFE8;
}
.TagClassName
{
border-color: #EFEFE8;
}
</style>