Shades of Cream Can #EEC14A
Tints of Cream Can #EEC14A
RGB
CMYK
RGB Variations
Color information
#EEC14A (or 0xEEC14A) is known color: Cream Can. HEX triplet: EE, C1 and 4A. RGB value is (238,193,74). Sum of RGB (Red+Green+Blue) = 238+193+74=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC14A is #113EB5. Grayscale: #C1C1C1. Windows color (decimal): -1130166 or 4899310. OLE color: 4899310.
HSL color Cylindrical-coordinate representation of color #EEC14A: hue angle of 43.54º 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 #EEC14A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.07 |
| HSL | 43.54º | 0.83% | 0.61% | - |
| HSV(B) | 43.54º | 0.69% | 0.93% | - |
| XYZ | 55.57 | 56.81 | 14.52 | - |
| YUV | 192.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 74 | 0 | 0.19 | 0.69 | 0.07 | 43.54 | 0.83 | 0.61 |
| Hex | EE | C1 | 4A | 0 | 13 | 45 | 7 | 2C | 53 | 3D |
| Octal | 356 | 301 | 112 | 0 | 23 | 105 | 7 | 54 | 123 | 75 |
| Binary | 11101110 | 11000001 | 1001010 | 0 | 10011 | 1000101 | 111 | 101100 | 1010011 | 111101 |
Color Harmonies of #EEC14A
Complementary color
Monochromatic Colors of #EEC14A
Black with #EEC14A
Text Example
Text Example
White with #EEC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC14A; }
p { color: rgb(238,193,74); }
H1.HeaderClassName
{
color: #EEC14A;
}
.AnyTagClassName
{
color: #EEC14A;
}
</style>
background-color css
<style>
a { background-color: #EEC14A; }
a { background-color: rgb(238,193,74); }
div.DivClassName
{
background-color: #EEC14A;
}
.BgClassName
{
background-color: #EEC14A;
}
</style>
border-color css
<style>
span { border-color: #EEC14A; }
span { border-color: rgb(238,193,74); }
td.TdClassName
{
border-color: #EEC14A;
}
.TagClassName
{
border-color: #EEC14A;
}
</style>