Shades of Cream Can #EFC053
Tints of Cream Can #EFC053
RGB
CMYK
RGB Variations
Color information
#EFC053 (or 0xEFC053) is known color: Cream Can. HEX triplet: EF, C0 and 53. RGB value is (239,192,83). Sum of RGB (Red+Green+Blue) = 239+192+83=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC053 is #103FAC. Grayscale: #C2C2C2. Windows color (decimal): -1064877 or 5488879. OLE color: 5488879.
HSL color Cylindrical-coordinate representation of color #EFC053: hue angle of 41.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFC053 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 83 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.06 |
| HSL | 41.92º | 0.83% | 0.63% | - |
| HSV(B) | 41.92º | 0.65% | 0.94% | - |
| XYZ | 56.01 | 56.67 | 16.17 | - |
| YUV | 193.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 83 | 0 | 0.20 | 0.65 | 0.06 | 41.92 | 0.83 | 0.63 |
| Hex | EF | C0 | 53 | 0 | 14 | 41 | 6 | 2A | 53 | 3F |
| Octal | 357 | 300 | 123 | 0 | 24 | 101 | 6 | 52 | 123 | 77 |
| Binary | 11101111 | 11000000 | 1010011 | 0 | 10100 | 1000001 | 110 | 101010 | 1010011 | 111111 |
Color Harmonies of #EFC053
Complementary color
Monochromatic Colors of #EFC053
Black with #EFC053
Text Example
Text Example
White with #EFC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC053; }
p { color: rgb(239,192,83); }
H1.HeaderClassName
{
color: #EFC053;
}
.AnyTagClassName
{
color: #EFC053;
}
</style>
background-color css
<style>
a { background-color: #EFC053; }
a { background-color: rgb(239,192,83); }
div.DivClassName
{
background-color: #EFC053;
}
.BgClassName
{
background-color: #EFC053;
}
</style>
border-color css
<style>
span { border-color: #EFC053; }
span { border-color: rgb(239,192,83); }
td.TdClassName
{
border-color: #EFC053;
}
.TagClassName
{
border-color: #EFC053;
}
</style>