Shades of Sugar Cane #EFEFE1
Tints of Sugar Cane #EFEFE1
RGB
CMYK
RGB Variations
Color information
#EFEFE1 (or 0xEFEFE1) is known color: Sugar Cane. HEX triplet: EF, EF and E1. RGB value is (239,239,225). Sum of RGB (Red+Green+Blue) = 239+239+225=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE1 is #10101E. Grayscale: #EDEDED. Windows color (decimal): -1052703 or 14807023. OLE color: 14807023.
HSL color Cylindrical-coordinate representation of color #EFEFE1: hue angle of 60º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEFE1 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 225 | - |
| CMYK | 0 | 0 | 0.06 | 0.06 |
| HSL | 60º | 0.3% | 0.91% | - |
| HSV(B) | 60º | 0.06% | 0.94% | - |
| XYZ | 80.05 | 85.52 | 83.52 | - |
| YUV | 237.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 225 | 0 | 0 | 0.06 | 0.06 | 60 | 0.3 | 0.91 |
| Hex | EF | EF | E1 | 0 | 0 | 6 | 6 | 3C | 1E | 5B |
| Octal | 357 | 357 | 341 | 0 | 0 | 6 | 6 | 74 | 36 | 133 |
| Binary | 11101111 | 11101111 | 11100001 | 0 | 0 | 110 | 110 | 111100 | 11110 | 1011011 |
Color Harmonies of #EFEFE1
Complementary color
Monochromatic Colors of #EFEFE1
Black with #EFEFE1
Text Example
Text Example
White with #EFEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFE1; }
p { color: rgb(239,239,225); }
H1.HeaderClassName
{
color: #EFEFE1;
}
.AnyTagClassName
{
color: #EFEFE1;
}
</style>
background-color css
<style>
a { background-color: #EFEFE1; }
a { background-color: rgb(239,239,225); }
div.DivClassName
{
background-color: #EFEFE1;
}
.BgClassName
{
background-color: #EFEFE1;
}
</style>
border-color css
<style>
span { border-color: #EFEFE1; }
span { border-color: rgb(239,239,225); }
td.TdClassName
{
border-color: #EFEFE1;
}
.TagClassName
{
border-color: #EFEFE1;
}
</style>