Shades of Cream Can #EEC24A
Tints of Cream Can #EEC24A
RGB
CMYK
RGB Variations
Color information
#EEC24A (or 0xEEC24A) is known color: Cream Can. HEX triplet: EE, C2 and 4A. RGB value is (238,194,74). Sum of RGB (Red+Green+Blue) = 238+194+74=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC24A is #113DB5. Grayscale: #C2C2C2. Windows color (decimal): -1129910 or 4899566. OLE color: 4899566.
HSL color Cylindrical-coordinate representation of color #EEC24A: hue angle of 43.9º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEC24A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.07 |
| HSL | 43.9º | 0.83% | 0.61% | - |
| HSV(B) | 43.9º | 0.69% | 0.93% | - |
| XYZ | 55.79 | 57.26 | 14.59 | - |
| YUV | 193.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 74 | 0 | 0.18 | 0.69 | 0.07 | 43.9 | 0.83 | 0.61 |
| Hex | EE | C2 | 4A | 0 | 12 | 45 | 7 | 2C | 53 | 3D |
| Octal | 356 | 302 | 112 | 0 | 22 | 105 | 7 | 54 | 123 | 75 |
| Binary | 11101110 | 11000010 | 1001010 | 0 | 10010 | 1000101 | 111 | 101100 | 1010011 | 111101 |
Color Harmonies of #EEC24A
Complementary color
Monochromatic Colors of #EEC24A
Black with #EEC24A
Text Example
Text Example
White with #EEC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC24A; }
p { color: rgb(238,194,74); }
H1.HeaderClassName
{
color: #EEC24A;
}
.AnyTagClassName
{
color: #EEC24A;
}
</style>
background-color css
<style>
a { background-color: #EEC24A; }
a { background-color: rgb(238,194,74); }
div.DivClassName
{
background-color: #EEC24A;
}
.BgClassName
{
background-color: #EEC24A;
}
</style>
border-color css
<style>
span { border-color: #EEC24A; }
span { border-color: rgb(238,194,74); }
td.TdClassName
{
border-color: #EEC24A;
}
.TagClassName
{
border-color: #EEC24A;
}
</style>