Shades of Sugar Cane #EFEFE4
Tints of Sugar Cane #EFEFE4
RGB
CMYK
RGB Variations
Color information
#EFEFE4 (or 0xEFEFE4) is known color: Sugar Cane. HEX triplet: EF, EF and E4. RGB value is (239,239,228). Sum of RGB (Red+Green+Blue) = 239+239+228=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE4 is #10101B. Grayscale: #EDEDED. Windows color (decimal): -1052700 or 15003631. OLE color: 15003631.
HSL color Cylindrical-coordinate representation of color #EFEFE4: hue angle of 60º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEFE4 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 228 | - |
| CMYK | 0 | 0 | 0.05 | 0.06 |
| HSL | 60º | 0.26% | 0.92% | - |
| HSV(B) | 60º | 0.05% | 0.94% | - |
| XYZ | 80.47 | 85.69 | 85.7 | - |
| YUV | 237.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 228 | 0 | 0 | 0.05 | 0.06 | 60 | 0.26 | 0.92 |
| Hex | EF | EF | E4 | 0 | 0 | 5 | 6 | 3C | 1A | 5C |
| Octal | 357 | 357 | 344 | 0 | 0 | 5 | 6 | 74 | 32 | 134 |
| Binary | 11101111 | 11101111 | 11100100 | 0 | 0 | 101 | 110 | 111100 | 11010 | 1011100 |
Color Harmonies of #EFEFE4
Complementary color
Monochromatic Colors of #EFEFE4
Black with #EFEFE4
Text Example
Text Example
White with #EFEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFE4; }
p { color: rgb(239,239,228); }
H1.HeaderClassName
{
color: #EFEFE4;
}
.AnyTagClassName
{
color: #EFEFE4;
}
</style>
background-color css
<style>
a { background-color: #EFEFE4; }
a { background-color: rgb(239,239,228); }
div.DivClassName
{
background-color: #EFEFE4;
}
.BgClassName
{
background-color: #EFEFE4;
}
</style>
border-color css
<style>
span { border-color: #EFEFE4; }
span { border-color: rgb(239,239,228); }
td.TdClassName
{
border-color: #EFEFE4;
}
.TagClassName
{
border-color: #EFEFE4;
}
</style>