Shades of Cream Can #EEC54F
Tints of Cream Can #EEC54F
RGB
CMYK
RGB Variations
Color information
#EEC54F (or 0xEEC54F) is known color: Cream Can. HEX triplet: EE, C5 and 4F. RGB value is (238,197,79). Sum of RGB (Red+Green+Blue) = 238+197+79=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC54F is #113AB0. Grayscale: #C4C4C4. Windows color (decimal): -1129137 or 5228014. OLE color: 5228014.
HSL color Cylindrical-coordinate representation of color #EEC54F: hue angle of 44.53º 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 #EEC54F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.53º | 0.82% | 0.62% | - |
| HSV(B) | 44.53º | 0.67% | 0.93% | - |
| XYZ | 56.64 | 58.67 | 15.74 | - |
| YUV | 195.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 79 | 0 | 0.17 | 0.67 | 0.07 | 44.53 | 0.82 | 0.62 |
| Hex | EE | C5 | 4F | 0 | 11 | 43 | 7 | 2D | 52 | 3E |
| Octal | 356 | 305 | 117 | 0 | 21 | 103 | 7 | 55 | 122 | 76 |
| Binary | 11101110 | 11000101 | 1001111 | 0 | 10001 | 1000011 | 111 | 101101 | 1010010 | 111110 |
Color Harmonies of #EEC54F
Complementary color
Monochromatic Colors of #EEC54F
Black with #EEC54F
Text Example
Text Example
White with #EEC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC54F; }
p { color: rgb(238,197,79); }
H1.HeaderClassName
{
color: #EEC54F;
}
.AnyTagClassName
{
color: #EEC54F;
}
</style>
background-color css
<style>
a { background-color: #EEC54F; }
a { background-color: rgb(238,197,79); }
div.DivClassName
{
background-color: #EEC54F;
}
.BgClassName
{
background-color: #EEC54F;
}
</style>
border-color css
<style>
span { border-color: #EEC54F; }
span { border-color: rgb(238,197,79); }
td.TdClassName
{
border-color: #EEC54F;
}
.TagClassName
{
border-color: #EEC54F;
}
</style>