Shades of Sugar Cane #EFEFE0
Tints of Sugar Cane #EFEFE0
RGB
CMYK
RGB Variations
Color information
#EFEFE0 (or 0xEFEFE0) is known color: Sugar Cane. HEX triplet: EF, EF and E0. RGB value is (239,239,224). Sum of RGB (Red+Green+Blue) = 239+239+224=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE0 is #10101F. Grayscale: #EDEDED. Windows color (decimal): -1052704 or 14741487. OLE color: 14741487.
HSL color Cylindrical-coordinate representation of color #EFEFE0: hue angle of 60º degrees, saturation: 0.32, 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 #EFEFE0 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 239 | 224 | - |
CMYK | 0 | 0 | 0.06 | 0.06 |
HSL | 60º | 0.32% | 0.91% | - |
HSV(B) | 60º | 0.06% | 0.94% | - |
XYZ | 79.92 | 85.47 | 82.81 | - |
YUV | 237.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 239 | 224 | 0 | 0 | 0.06 | 0.06 | 60 | 0.32 | 0.91 |
Hex | EF | EF | E0 | 0 | 0 | 6 | 6 | 3C | 20 | 5B |
Octal | 357 | 357 | 340 | 0 | 0 | 6 | 6 | 74 | 40 | 133 |
Binary | 11101111 | 11101111 | 11100000 | 0 | 0 | 110 | 110 | 111100 | 100000 | 1011011 |
Color Harmonies of #EFEFE0
Complementary color
Monochromatic Colors of #EFEFE0
Black with #EFEFE0
Text Example
Text Example
White with #EFEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFE0; }
p { color: rgb(239,239,224); }
H1.HeaderClassName
{
color: #EFEFE0;
}
.AnyTagClassName
{
color: #EFEFE0;
}
</style>
background-color css
<style>
a { background-color: #EFEFE0; }
a { background-color: rgb(239,239,224); }
div.DivClassName
{
background-color: #EFEFE0;
}
.BgClassName
{
background-color: #EFEFE0;
}
</style>
border-color css
<style>
span { border-color: #EFEFE0; }
span { border-color: rgb(239,239,224); }
td.TdClassName
{
border-color: #EFEFE0;
}
.TagClassName
{
border-color: #EFEFE0;
}
</style>