Shades of Cream Can #EEC24D
Tints of Cream Can #EEC24D
RGB
CMYK
RGB Variations
Color information
#EEC24D (or 0xEEC24D) is known color: Cream Can. HEX triplet: EE, C2 and 4D. RGB value is (238,194,77). Sum of RGB (Red+Green+Blue) = 238+194+77=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC24D is #113DB2. Grayscale: #C2C2C2. Windows color (decimal): -1129907 or 5096174. OLE color: 5096174.
HSL color Cylindrical-coordinate representation of color #EEC24D: hue angle of 43.6º 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 #EEC24D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 77 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.07 |
| HSL | 43.6º | 0.83% | 0.62% | - |
| HSV(B) | 43.6º | 0.68% | 0.93% | - |
| XYZ | 55.89 | 57.3 | 15.13 | - |
| YUV | 193.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 77 | 0 | 0.18 | 0.68 | 0.07 | 43.6 | 0.83 | 0.62 |
| Hex | EE | C2 | 4D | 0 | 12 | 44 | 7 | 2C | 53 | 3E |
| Octal | 356 | 302 | 115 | 0 | 22 | 104 | 7 | 54 | 123 | 76 |
| Binary | 11101110 | 11000010 | 1001101 | 0 | 10010 | 1000100 | 111 | 101100 | 1010011 | 111110 |
Color Harmonies of #EEC24D
Complementary color
Monochromatic Colors of #EEC24D
Black with #EEC24D
Text Example
Text Example
White with #EEC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC24D; }
p { color: rgb(238,194,77); }
H1.HeaderClassName
{
color: #EEC24D;
}
.AnyTagClassName
{
color: #EEC24D;
}
</style>
background-color css
<style>
a { background-color: #EEC24D; }
a { background-color: rgb(238,194,77); }
div.DivClassName
{
background-color: #EEC24D;
}
.BgClassName
{
background-color: #EEC24D;
}
</style>
border-color css
<style>
span { border-color: #EEC24D; }
span { border-color: rgb(238,194,77); }
td.TdClassName
{
border-color: #EEC24D;
}
.TagClassName
{
border-color: #EEC24D;
}
</style>