Shades of Sugar Cane #EFEFEB
Tints of Sugar Cane #EFEFEB
RGB
CMYK
RGB Variations
Color information
#EFEFEB (or 0xEFEFEB) is known color: Sugar Cane. HEX triplet: EF, EF and EB. RGB value is (239,239,235). Sum of RGB (Red+Green+Blue) = 239+239+235=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFEB is #101014. Grayscale: #EEEEEE. Windows color (decimal): -1052693 or 15462383. OLE color: 15462383.
HSL color Cylindrical-coordinate representation of color #EFEFEB: hue angle of 60º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEFEB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 235 | - |
CMYK | 0 | 0 | 0.02 | 0.06 |
HSL | 60º | 0.11% | 0.93% | - |
HSV(B) | 60º | 0.02% | 0.94% | - |
XYZ | 81.46 | 86.08 | 90.92 | - |
YUV | 238.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 235 | 0 | 0 | 0.02 | 0.06 | 60 | 0.11 | 0.93 |
Hex | EF | EF | EB | 0 | 0 | 2 | 6 | 3C | B | 5D |
Octal | 357 | 357 | 353 | 0 | 0 | 2 | 6 | 74 | 13 | 135 |
Binary | 11101111 | 11101111 | 11101011 | 0 | 0 | 10 | 110 | 111100 | 1011 | 1011101 |
Color Harmonies of #EFEFEB
Complementary color
Monochromatic Colors of #EFEFEB
Black with #EFEFEB
Text Example
Text Example
White with #EFEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFEB; }
p { color: rgb(239,239,235); }
H1.HeaderClassName
{
color: #EFEFEB;
}
.AnyTagClassName
{
color: #EFEFEB;
}
</style>
background-color css
<style>
a { background-color: #EFEFEB; }
a { background-color: rgb(239,239,235); }
div.DivClassName
{
background-color: #EFEFEB;
}
.BgClassName
{
background-color: #EFEFEB;
}
</style>
border-color css
<style>
span { border-color: #EFEFEB; }
span { border-color: rgb(239,239,235); }
td.TdClassName
{
border-color: #EFEFEB;
}
.TagClassName
{
border-color: #EFEFEB;
}
</style>