Shades of Cream Can #EEC050
Tints of Cream Can #EEC050
RGB
CMYK
RGB Variations
Color information
#EEC050 (or 0xEEC050) is known color: Cream Can. HEX triplet: EE, C0 and 50. RGB value is (238,192,80). Sum of RGB (Red+Green+Blue) = 238+192+80=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC050 is #113FAF. Grayscale: #C1C1C1. Windows color (decimal): -1130416 or 5292270. OLE color: 5292270.
HSL color Cylindrical-coordinate representation of color #EEC050: hue angle of 42.53º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEC050 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 80 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 42.53º | 0.82% | 0.62% | - |
| HSV(B) | 42.53º | 0.66% | 0.93% | - |
| XYZ | 55.56 | 56.46 | 15.56 | - |
| YUV | 192.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 80 | 0 | 0.19 | 0.66 | 0.07 | 42.53 | 0.82 | 0.62 |
| Hex | EE | C0 | 50 | 0 | 13 | 42 | 7 | 2B | 52 | 3E |
| Octal | 356 | 300 | 120 | 0 | 23 | 102 | 7 | 53 | 122 | 76 |
| Binary | 11101110 | 11000000 | 1010000 | 0 | 10011 | 1000010 | 111 | 101011 | 1010010 | 111110 |
Color Harmonies of #EEC050
Complementary color
Monochromatic Colors of #EEC050
Black with #EEC050
Text Example
Text Example
White with #EEC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC050; }
p { color: rgb(238,192,80); }
H1.HeaderClassName
{
color: #EEC050;
}
.AnyTagClassName
{
color: #EEC050;
}
</style>
background-color css
<style>
a { background-color: #EEC050; }
a { background-color: rgb(238,192,80); }
div.DivClassName
{
background-color: #EEC050;
}
.BgClassName
{
background-color: #EEC050;
}
</style>
border-color css
<style>
span { border-color: #EEC050; }
span { border-color: rgb(238,192,80); }
td.TdClassName
{
border-color: #EEC050;
}
.TagClassName
{
border-color: #EEC050;
}
</style>