Shades of Sugar Cane #EFEFED
Tints of Sugar Cane #EFEFED
RGB
CMYK
RGB Variations
Color information
#EFEFED (or 0xEFEFED) is known color: Sugar Cane. HEX triplet: EF, EF and ED. RGB value is (239,239,237). Sum of RGB (Red+Green+Blue) = 239+239+237=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFED is #101012. Grayscale: #EEEEEE. Windows color (decimal): -1052691 or 15593455. OLE color: 15593455.
HSL color Cylindrical-coordinate representation of color #EFEFED: hue angle of 60º degrees, saturation: 0.06, 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 #EFEFED is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 237 | - |
CMYK | 0 | 0 | 0.01 | 0.06 |
HSL | 60º | 0.06% | 0.93% | - |
HSV(B) | 60º | 0.01% | 0.94% | - |
XYZ | 81.75 | 86.2 | 92.45 | - |
YUV | 238.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 237 | 0 | 0 | 0.01 | 0.06 | 60 | 0.06 | 0.93 |
Hex | EF | EF | ED | 0 | 0 | 1 | 6 | 3C | 6 | 5D |
Octal | 357 | 357 | 355 | 0 | 0 | 1 | 6 | 74 | 6 | 135 |
Binary | 11101111 | 11101111 | 11101101 | 0 | 0 | 1 | 110 | 111100 | 110 | 1011101 |
Color Harmonies of #EFEFED
Complementary color
Monochromatic Colors of #EFEFED
Black with #EFEFED
Text Example
Text Example
White with #EFEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFED; }
p { color: rgb(239,239,237); }
H1.HeaderClassName
{
color: #EFEFED;
}
.AnyTagClassName
{
color: #EFEFED;
}
</style>
background-color css
<style>
a { background-color: #EFEFED; }
a { background-color: rgb(239,239,237); }
div.DivClassName
{
background-color: #EFEFED;
}
.BgClassName
{
background-color: #EFEFED;
}
</style>
border-color css
<style>
span { border-color: #EFEFED; }
span { border-color: rgb(239,239,237); }
td.TdClassName
{
border-color: #EFEFED;
}
.TagClassName
{
border-color: #EFEFED;
}
</style>