Shades of Cream Can #EFC859
Tints of Cream Can #EFC859
RGB
CMYK
RGB Variations
Color information
#EFC859 (or 0xEFC859) is known color: Cream Can. HEX triplet: EF, C8 and 59. RGB value is (239,200,89). Sum of RGB (Red+Green+Blue) = 239+200+89=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC859 is #1037A6. Grayscale: #C7C7C7. Windows color (decimal): -1062823 or 5884143. OLE color: 5884143.
HSL color Cylindrical-coordinate representation of color #EFC859: hue angle of 44.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFC859 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 89 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.06 |
| HSL | 44.4º | 0.82% | 0.64% | - |
| HSV(B) | 44.4º | 0.63% | 0.94% | - |
| XYZ | 58.05 | 60.38 | 18.05 | - |
| YUV | 199.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 89 | 0 | 0.16 | 0.63 | 0.06 | 44.4 | 0.82 | 0.64 |
| Hex | EF | C8 | 59 | 0 | 10 | 3F | 6 | 2C | 52 | 40 |
| Octal | 357 | 310 | 131 | 0 | 20 | 77 | 6 | 54 | 122 | 100 |
| Binary | 11101111 | 11001000 | 1011001 | 0 | 10000 | 111111 | 110 | 101100 | 1010010 | 1000000 |
Color Harmonies of #EFC859
Complementary color
Monochromatic Colors of #EFC859
Black with #EFC859
Text Example
Text Example
White with #EFC859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC859; }
p { color: rgb(239,200,89); }
H1.HeaderClassName
{
color: #EFC859;
}
.AnyTagClassName
{
color: #EFC859;
}
</style>
background-color css
<style>
a { background-color: #EFC859; }
a { background-color: rgb(239,200,89); }
div.DivClassName
{
background-color: #EFC859;
}
.BgClassName
{
background-color: #EFC859;
}
</style>
border-color css
<style>
span { border-color: #EFC859; }
span { border-color: rgb(239,200,89); }
td.TdClassName
{
border-color: #EFC859;
}
.TagClassName
{
border-color: #EFC859;
}
</style>