Shades of Cream Can #EEC54C
Tints of Cream Can #EEC54C
RGB
CMYK
RGB Variations
Color information
#EEC54C (or 0xEEC54C) is known color: Cream Can. HEX triplet: EE, C5 and 4C. RGB value is (238,197,76). Sum of RGB (Red+Green+Blue) = 238+197+76=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC54C is #113AB3. Grayscale: #C3C3C3. Windows color (decimal): -1129140 or 5031406. OLE color: 5031406.
HSL color Cylindrical-coordinate representation of color #EEC54C: hue angle of 44.81º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEC54C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 76 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 44.81º | 0.83% | 0.62% | - |
| HSV(B) | 44.81º | 0.68% | 0.93% | - |
| XYZ | 56.53 | 58.63 | 15.17 | - |
| YUV | 195.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 76 | 0 | 0.17 | 0.68 | 0.07 | 44.81 | 0.83 | 0.62 |
| Hex | EE | C5 | 4C | 0 | 11 | 44 | 7 | 2D | 53 | 3E |
| Octal | 356 | 305 | 114 | 0 | 21 | 104 | 7 | 55 | 123 | 76 |
| Binary | 11101110 | 11000101 | 1001100 | 0 | 10001 | 1000100 | 111 | 101101 | 1010011 | 111110 |
Color Harmonies of #EEC54C
Complementary color
Monochromatic Colors of #EEC54C
Black with #EEC54C
Text Example
Text Example
White with #EEC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC54C; }
p { color: rgb(238,197,76); }
H1.HeaderClassName
{
color: #EEC54C;
}
.AnyTagClassName
{
color: #EEC54C;
}
</style>
background-color css
<style>
a { background-color: #EEC54C; }
a { background-color: rgb(238,197,76); }
div.DivClassName
{
background-color: #EEC54C;
}
.BgClassName
{
background-color: #EEC54C;
}
</style>
border-color css
<style>
span { border-color: #EEC54C; }
span { border-color: rgb(238,197,76); }
td.TdClassName
{
border-color: #EEC54C;
}
.TagClassName
{
border-color: #EEC54C;
}
</style>