Shades of Cream Can #EEC54A
Tints of Cream Can #EEC54A
RGB
CMYK
RGB Variations
Color information
#EEC54A (or 0xEEC54A) is known color: Cream Can. HEX triplet: EE, C5 and 4A. RGB value is (238,197,74). Sum of RGB (Red+Green+Blue) = 238+197+74=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC54A is #113AB5. Grayscale: #C3C3C3. Windows color (decimal): -1129142 or 4900334. OLE color: 4900334.
HSL color Cylindrical-coordinate representation of color #EEC54A: hue angle of 45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEC54A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 74 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.07 |
| HSL | 45º | 0.83% | 0.61% | - |
| HSV(B) | 45º | 0.69% | 0.93% | - |
| XYZ | 56.46 | 58.6 | 14.81 | - |
| YUV | 195.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 74 | 0 | 0.17 | 0.69 | 0.07 | 45 | 0.83 | 0.61 |
| Hex | EE | C5 | 4A | 0 | 11 | 45 | 7 | 2D | 53 | 3D |
| Octal | 356 | 305 | 112 | 0 | 21 | 105 | 7 | 55 | 123 | 75 |
| Binary | 11101110 | 11000101 | 1001010 | 0 | 10001 | 1000101 | 111 | 101101 | 1010011 | 111101 |
Color Harmonies of #EEC54A
Complementary color
Monochromatic Colors of #EEC54A
Black with #EEC54A
Text Example
Text Example
White with #EEC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC54A; }
p { color: rgb(238,197,74); }
H1.HeaderClassName
{
color: #EEC54A;
}
.AnyTagClassName
{
color: #EEC54A;
}
</style>
background-color css
<style>
a { background-color: #EEC54A; }
a { background-color: rgb(238,197,74); }
div.DivClassName
{
background-color: #EEC54A;
}
.BgClassName
{
background-color: #EEC54A;
}
</style>
border-color css
<style>
span { border-color: #EEC54A; }
span { border-color: rgb(238,197,74); }
td.TdClassName
{
border-color: #EEC54A;
}
.TagClassName
{
border-color: #EEC54A;
}
</style>