Shades of Cream Can #EFC159
Tints of Cream Can #EFC159
RGB
CMYK
RGB Variations
Color information
#EFC159 (or 0xEFC159) is known color: Cream Can. HEX triplet: EF, C1 and 59. RGB value is (239,193,89). Sum of RGB (Red+Green+Blue) = 239+193+89=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC159 is #103EA6. Grayscale: #C3C3C3. Windows color (decimal): -1064615 or 5882351. OLE color: 5882351.
HSL color Cylindrical-coordinate representation of color #EFC159: hue angle of 41.6º 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 #EFC159 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 89 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.06 |
| HSL | 41.6º | 0.82% | 0.64% | - |
| HSV(B) | 41.6º | 0.63% | 0.94% | - |
| XYZ | 56.47 | 57.21 | 17.52 | - |
| YUV | 194.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 89 | 0 | 0.19 | 0.63 | 0.06 | 41.6 | 0.82 | 0.64 |
| Hex | EF | C1 | 59 | 0 | 13 | 3F | 6 | 2A | 52 | 40 |
| Octal | 357 | 301 | 131 | 0 | 23 | 77 | 6 | 52 | 122 | 100 |
| Binary | 11101111 | 11000001 | 1011001 | 0 | 10011 | 111111 | 110 | 101010 | 1010010 | 1000000 |
Color Harmonies of #EFC159
Complementary color
Monochromatic Colors of #EFC159
Black with #EFC159
Text Example
Text Example
White with #EFC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC159; }
p { color: rgb(239,193,89); }
H1.HeaderClassName
{
color: #EFC159;
}
.AnyTagClassName
{
color: #EFC159;
}
</style>
background-color css
<style>
a { background-color: #EFC159; }
a { background-color: rgb(239,193,89); }
div.DivClassName
{
background-color: #EFC159;
}
.BgClassName
{
background-color: #EFC159;
}
</style>
border-color css
<style>
span { border-color: #EFC159; }
span { border-color: rgb(239,193,89); }
td.TdClassName
{
border-color: #EFC159;
}
.TagClassName
{
border-color: #EFC159;
}
</style>