Shades of Cream Can #EEC154
Tints of Cream Can #EEC154
RGB
CMYK
RGB Variations
Color information
#EEC154 (or 0xEEC154) is known color: Cream Can. HEX triplet: EE, C1 and 54. RGB value is (238,193,84). Sum of RGB (Red+Green+Blue) = 238+193+84=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC154 is #113EAB. Grayscale: #C2C2C2. Windows color (decimal): -1130156 or 5554670. OLE color: 5554670.
HSL color Cylindrical-coordinate representation of color #EEC154: hue angle of 42.47º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEC154 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 84 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.07 |
| HSL | 42.47º | 0.82% | 0.63% | - |
| HSV(B) | 42.47º | 0.65% | 0.93% | - |
| XYZ | 55.93 | 56.96 | 16.43 | - |
| YUV | 194.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 84 | 0 | 0.19 | 0.65 | 0.07 | 42.47 | 0.82 | 0.63 |
| Hex | EE | C1 | 54 | 0 | 13 | 41 | 7 | 2A | 52 | 3F |
| Octal | 356 | 301 | 124 | 0 | 23 | 101 | 7 | 52 | 122 | 77 |
| Binary | 11101110 | 11000001 | 1010100 | 0 | 10011 | 1000001 | 111 | 101010 | 1010010 | 111111 |
Color Harmonies of #EEC154
Complementary color
Monochromatic Colors of #EEC154
Black with #EEC154
Text Example
Text Example
White with #EEC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC154; }
p { color: rgb(238,193,84); }
H1.HeaderClassName
{
color: #EEC154;
}
.AnyTagClassName
{
color: #EEC154;
}
</style>
background-color css
<style>
a { background-color: #EEC154; }
a { background-color: rgb(238,193,84); }
div.DivClassName
{
background-color: #EEC154;
}
.BgClassName
{
background-color: #EEC154;
}
</style>
border-color css
<style>
span { border-color: #EEC154; }
span { border-color: rgb(238,193,84); }
td.TdClassName
{
border-color: #EEC154;
}
.TagClassName
{
border-color: #EEC154;
}
</style>