Shades of Cream Can #EEC44D
Tints of Cream Can #EEC44D
RGB
CMYK
RGB Variations
Color information
#EEC44D (or 0xEEC44D) is known color: Cream Can. HEX triplet: EE, C4 and 4D. RGB value is (238,196,77). Sum of RGB (Red+Green+Blue) = 238+196+77=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC44D is #113BB2. Grayscale: #C3C3C3. Windows color (decimal): -1129395 or 5096686. OLE color: 5096686.
HSL color Cylindrical-coordinate representation of color #EEC44D: hue angle of 44.35º 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 #EEC44D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 77 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.07 |
| HSL | 44.35º | 0.83% | 0.62% | - |
| HSV(B) | 44.35º | 0.68% | 0.93% | - |
| XYZ | 56.34 | 58.19 | 15.28 | - |
| YUV | 194.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 77 | 0 | 0.18 | 0.68 | 0.07 | 44.35 | 0.83 | 0.62 |
| Hex | EE | C4 | 4D | 0 | 12 | 44 | 7 | 2C | 53 | 3E |
| Octal | 356 | 304 | 115 | 0 | 22 | 104 | 7 | 54 | 123 | 76 |
| Binary | 11101110 | 11000100 | 1001101 | 0 | 10010 | 1000100 | 111 | 101100 | 1010011 | 111110 |
Color Harmonies of #EEC44D
Complementary color
Monochromatic Colors of #EEC44D
Black with #EEC44D
Text Example
Text Example
White with #EEC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC44D; }
p { color: rgb(238,196,77); }
H1.HeaderClassName
{
color: #EEC44D;
}
.AnyTagClassName
{
color: #EEC44D;
}
</style>
background-color css
<style>
a { background-color: #EEC44D; }
a { background-color: rgb(238,196,77); }
div.DivClassName
{
background-color: #EEC44D;
}
.BgClassName
{
background-color: #EEC44D;
}
</style>
border-color css
<style>
span { border-color: #EEC44D; }
span { border-color: rgb(238,196,77); }
td.TdClassName
{
border-color: #EEC44D;
}
.TagClassName
{
border-color: #EEC44D;
}
</style>