Shades of Cream Can #EEC64C
Tints of Cream Can #EEC64C
RGB
CMYK
RGB Variations
Color information
#EEC64C (or 0xEEC64C) is known color: Cream Can. HEX triplet: EE, C6 and 4C. RGB value is (238,198,76). Sum of RGB (Red+Green+Blue) = 238+198+76=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC64C is #1139B3. Grayscale: #C4C4C4. Windows color (decimal): -1128884 or 5031662. OLE color: 5031662.
HSL color Cylindrical-coordinate representation of color #EEC64C: hue angle of 45.19º 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 #EEC64C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 76 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 45.19º | 0.83% | 0.62% | - |
| HSV(B) | 45.19º | 0.68% | 0.93% | - |
| XYZ | 56.76 | 59.09 | 15.25 | - |
| YUV | 196.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 76 | 0 | 0.17 | 0.68 | 0.07 | 45.19 | 0.83 | 0.62 |
| Hex | EE | C6 | 4C | 0 | 11 | 44 | 7 | 2D | 53 | 3E |
| Octal | 356 | 306 | 114 | 0 | 21 | 104 | 7 | 55 | 123 | 76 |
| Binary | 11101110 | 11000110 | 1001100 | 0 | 10001 | 1000100 | 111 | 101101 | 1010011 | 111110 |
Color Harmonies of #EEC64C
Complementary color
Monochromatic Colors of #EEC64C
Black with #EEC64C
Text Example
Text Example
White with #EEC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC64C; }
p { color: rgb(238,198,76); }
H1.HeaderClassName
{
color: #EEC64C;
}
.AnyTagClassName
{
color: #EEC64C;
}
</style>
background-color css
<style>
a { background-color: #EEC64C; }
a { background-color: rgb(238,198,76); }
div.DivClassName
{
background-color: #EEC64C;
}
.BgClassName
{
background-color: #EEC64C;
}
</style>
border-color css
<style>
span { border-color: #EEC64C; }
span { border-color: rgb(238,198,76); }
td.TdClassName
{
border-color: #EEC64C;
}
.TagClassName
{
border-color: #EEC64C;
}
</style>