Shades of Cream Can #EFC959
Tints of Cream Can #EFC959
RGB
CMYK
RGB Variations
Color information
#EFC959 (or 0xEFC959) is known color: Cream Can. HEX triplet: EF, C9 and 59. RGB value is (239,201,89). Sum of RGB (Red+Green+Blue) = 239+201+89=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC959 is #1036A6. Grayscale: #C8C8C8. Windows color (decimal): -1062567 or 5884399. OLE color: 5884399.
HSL color Cylindrical-coordinate representation of color #EFC959: hue angle of 44.8º 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 #EFC959 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 89 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.06 |
| HSL | 44.8º | 0.82% | 0.64% | - |
| HSV(B) | 44.8º | 0.63% | 0.94% | - |
| XYZ | 58.29 | 60.85 | 18.12 | - |
| YUV | 199.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 89 | 0 | 0.16 | 0.63 | 0.06 | 44.8 | 0.82 | 0.64 |
| Hex | EF | C9 | 59 | 0 | 10 | 3F | 6 | 2D | 52 | 40 |
| Octal | 357 | 311 | 131 | 0 | 20 | 77 | 6 | 55 | 122 | 100 |
| Binary | 11101111 | 11001001 | 1011001 | 0 | 10000 | 111111 | 110 | 101101 | 1010010 | 1000000 |
Color Harmonies of #EFC959
Complementary color
Monochromatic Colors of #EFC959
Black with #EFC959
Text Example
Text Example
White with #EFC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC959; }
p { color: rgb(239,201,89); }
H1.HeaderClassName
{
color: #EFC959;
}
.AnyTagClassName
{
color: #EFC959;
}
</style>
background-color css
<style>
a { background-color: #EFC959; }
a { background-color: rgb(239,201,89); }
div.DivClassName
{
background-color: #EFC959;
}
.BgClassName
{
background-color: #EFC959;
}
</style>
border-color css
<style>
span { border-color: #EFC959; }
span { border-color: rgb(239,201,89); }
td.TdClassName
{
border-color: #EFC959;
}
.TagClassName
{
border-color: #EFC959;
}
</style>