Shades of Cream Can #EFC050
Tints of Cream Can #EFC050
RGB
CMYK
RGB Variations
Color information
#EFC050 (or 0xEFC050) is known color: Cream Can. HEX triplet: EF, C0 and 50. RGB value is (239,192,80). Sum of RGB (Red+Green+Blue) = 239+192+80=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC050 is #103FAF. Grayscale: #C1C1C1. Windows color (decimal): -1064880 or 5292271. OLE color: 5292271.
HSL color Cylindrical-coordinate representation of color #EFC050: hue angle of 42.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC050 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 80 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.06 |
| HSL | 42.26º | 0.83% | 0.63% | - |
| HSV(B) | 42.26º | 0.67% | 0.94% | - |
| XYZ | 55.89 | 56.63 | 15.57 | - |
| YUV | 193.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 80 | 0 | 0.20 | 0.67 | 0.06 | 42.26 | 0.83 | 0.63 |
| Hex | EF | C0 | 50 | 0 | 14 | 43 | 6 | 2A | 53 | 3F |
| Octal | 357 | 300 | 120 | 0 | 24 | 103 | 6 | 52 | 123 | 77 |
| Binary | 11101111 | 11000000 | 1010000 | 0 | 10100 | 1000011 | 110 | 101010 | 1010011 | 111111 |
Color Harmonies of #EFC050
Complementary color
Monochromatic Colors of #EFC050
Black with #EFC050
Text Example
Text Example
White with #EFC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC050; }
p { color: rgb(239,192,80); }
H1.HeaderClassName
{
color: #EFC050;
}
.AnyTagClassName
{
color: #EFC050;
}
</style>
background-color css
<style>
a { background-color: #EFC050; }
a { background-color: rgb(239,192,80); }
div.DivClassName
{
background-color: #EFC050;
}
.BgClassName
{
background-color: #EFC050;
}
</style>
border-color css
<style>
span { border-color: #EFC050; }
span { border-color: rgb(239,192,80); }
td.TdClassName
{
border-color: #EFC050;
}
.TagClassName
{
border-color: #EFC050;
}
</style>