Shades of Cream Can #EEC64F
Tints of Cream Can #EEC64F
RGB
CMYK
RGB Variations
Color information
#EEC64F (or 0xEEC64F) is known color: Cream Can. HEX triplet: EE, C6 and 4F. RGB value is (238,198,79). Sum of RGB (Red+Green+Blue) = 238+198+79=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC64F is #1139B0. Grayscale: #C4C4C4. Windows color (decimal): -1128881 or 5228270. OLE color: 5228270.
HSL color Cylindrical-coordinate representation of color #EEC64F: hue angle of 44.91º 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 #EEC64F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 44.91º | 0.82% | 0.62% | - |
| HSV(B) | 44.91º | 0.67% | 0.93% | - |
| XYZ | 56.87 | 59.13 | 15.81 | - |
| YUV | 196.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 79 | 0 | 0.17 | 0.67 | 0.07 | 44.91 | 0.82 | 0.62 |
| Hex | EE | C6 | 4F | 0 | 11 | 43 | 7 | 2D | 52 | 3E |
| Octal | 356 | 306 | 117 | 0 | 21 | 103 | 7 | 55 | 122 | 76 |
| Binary | 11101110 | 11000110 | 1001111 | 0 | 10001 | 1000011 | 111 | 101101 | 1010010 | 111110 |
Color Harmonies of #EEC64F
Complementary color
Monochromatic Colors of #EEC64F
Black with #EEC64F
Text Example
Text Example
White with #EEC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC64F; }
p { color: rgb(238,198,79); }
H1.HeaderClassName
{
color: #EEC64F;
}
.AnyTagClassName
{
color: #EEC64F;
}
</style>
background-color css
<style>
a { background-color: #EEC64F; }
a { background-color: rgb(238,198,79); }
div.DivClassName
{
background-color: #EEC64F;
}
.BgClassName
{
background-color: #EEC64F;
}
</style>
border-color css
<style>
span { border-color: #EEC64F; }
span { border-color: rgb(238,198,79); }
td.TdClassName
{
border-color: #EEC64F;
}
.TagClassName
{
border-color: #EEC64F;
}
</style>