Shades of Sugar Cane #EFEFEC
Tints of Sugar Cane #EFEFEC
RGB
CMYK
RGB Variations
Color information
#EFEFEC (or 0xEFEFEC) is known color: Sugar Cane. HEX triplet: EF, EF and EC. RGB value is (239,239,236). Sum of RGB (Red+Green+Blue) = 239+239+236=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFEC is #101013. Grayscale: #EEEEEE. Windows color (decimal): -1052692 or 15527919. OLE color: 15527919.
HSL color Cylindrical-coordinate representation of color #EFEFEC: hue angle of 60º degrees, saturation: 0.09, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEFEC is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 236 | - |
CMYK | 0 | 0 | 0.01 | 0.06 |
HSL | 60º | 0.09% | 0.93% | - |
HSV(B) | 60º | 0.01% | 0.94% | - |
XYZ | 81.6 | 86.14 | 91.68 | - |
YUV | 238.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 236 | 0 | 0 | 0.01 | 0.06 | 60 | 0.09 | 0.93 |
Hex | EF | EF | EC | 0 | 0 | 1 | 6 | 3C | 9 | 5D |
Octal | 357 | 357 | 354 | 0 | 0 | 1 | 6 | 74 | 11 | 135 |
Binary | 11101111 | 11101111 | 11101100 | 0 | 0 | 1 | 110 | 111100 | 1001 | 1011101 |
Color Harmonies of #EFEFEC
Complementary color
Monochromatic Colors of #EFEFEC
Black with #EFEFEC
Text Example
Text Example
White with #EFEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFEC; }
p { color: rgb(239,239,236); }
H1.HeaderClassName
{
color: #EFEFEC;
}
.AnyTagClassName
{
color: #EFEFEC;
}
</style>
background-color css
<style>
a { background-color: #EFEFEC; }
a { background-color: rgb(239,239,236); }
div.DivClassName
{
background-color: #EFEFEC;
}
.BgClassName
{
background-color: #EFEFEC;
}
</style>
border-color css
<style>
span { border-color: #EFEFEC; }
span { border-color: rgb(239,239,236); }
td.TdClassName
{
border-color: #EFEFEC;
}
.TagClassName
{
border-color: #EFEFEC;
}
</style>