Shades of Cream Can #EEC150
Tints of Cream Can #EEC150
RGB
CMYK
RGB Variations
Color information
#EEC150 (or 0xEEC150) is known color: Cream Can. HEX triplet: EE, C1 and 50. RGB value is (238,193,80). Sum of RGB (Red+Green+Blue) = 238+193+80=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC150 is #113EAF. Grayscale: #C2C2C2. Windows color (decimal): -1130160 or 5292526. OLE color: 5292526.
HSL color Cylindrical-coordinate representation of color #EEC150: hue angle of 42.91º 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 #EEC150 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 80 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 42.91º | 0.82% | 0.62% | - |
| HSV(B) | 42.91º | 0.66% | 0.93% | - |
| XYZ | 55.78 | 56.9 | 15.63 | - |
| YUV | 193.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 80 | 0 | 0.19 | 0.66 | 0.07 | 42.91 | 0.82 | 0.62 |
| Hex | EE | C1 | 50 | 0 | 13 | 42 | 7 | 2B | 52 | 3E |
| Octal | 356 | 301 | 120 | 0 | 23 | 102 | 7 | 53 | 122 | 76 |
| Binary | 11101110 | 11000001 | 1010000 | 0 | 10011 | 1000010 | 111 | 101011 | 1010010 | 111110 |
Color Harmonies of #EEC150
Complementary color
Monochromatic Colors of #EEC150
Black with #EEC150
Text Example
Text Example
White with #EEC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC150; }
p { color: rgb(238,193,80); }
H1.HeaderClassName
{
color: #EEC150;
}
.AnyTagClassName
{
color: #EEC150;
}
</style>
background-color css
<style>
a { background-color: #EEC150; }
a { background-color: rgb(238,193,80); }
div.DivClassName
{
background-color: #EEC150;
}
.BgClassName
{
background-color: #EEC150;
}
</style>
border-color css
<style>
span { border-color: #EEC150; }
span { border-color: rgb(238,193,80); }
td.TdClassName
{
border-color: #EEC150;
}
.TagClassName
{
border-color: #EEC150;
}
</style>