Shades of Cream Can #EEC54E
Tints of Cream Can #EEC54E
RGB
CMYK
RGB Variations
Color information
#EEC54E (or 0xEEC54E) is known color: Cream Can. HEX triplet: EE, C5 and 4E. RGB value is (238,197,78). Sum of RGB (Red+Green+Blue) = 238+197+78=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC54E is #113AB1. Grayscale: #C4C4C4. Windows color (decimal): -1129138 or 5162478. OLE color: 5162478.
HSL color Cylindrical-coordinate representation of color #EEC54E: hue angle of 44.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEC54E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 78 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.63º | 0.82% | 0.62% | - |
| HSV(B) | 44.63º | 0.67% | 0.93% | - |
| XYZ | 56.6 | 58.66 | 15.55 | - |
| YUV | 195.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 78 | 0 | 0.17 | 0.67 | 0.07 | 44.63 | 0.82 | 0.62 |
| Hex | EE | C5 | 4E | 0 | 11 | 43 | 7 | 2D | 52 | 3E |
| Octal | 356 | 305 | 116 | 0 | 21 | 103 | 7 | 55 | 122 | 76 |
| Binary | 11101110 | 11000101 | 1001110 | 0 | 10001 | 1000011 | 111 | 101101 | 1010010 | 111110 |
Color Harmonies of #EEC54E
Complementary color
Monochromatic Colors of #EEC54E
Black with #EEC54E
Text Example
Text Example
White with #EEC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC54E; }
p { color: rgb(238,197,78); }
H1.HeaderClassName
{
color: #EEC54E;
}
.AnyTagClassName
{
color: #EEC54E;
}
</style>
background-color css
<style>
a { background-color: #EEC54E; }
a { background-color: rgb(238,197,78); }
div.DivClassName
{
background-color: #EEC54E;
}
.BgClassName
{
background-color: #EEC54E;
}
</style>
border-color css
<style>
span { border-color: #EEC54E; }
span { border-color: rgb(238,197,78); }
td.TdClassName
{
border-color: #EEC54E;
}
.TagClassName
{
border-color: #EEC54E;
}
</style>