Shades of Cream Can #EEC14E
Tints of Cream Can #EEC14E
RGB
CMYK
RGB Variations
Color information
#EEC14E (or 0xEEC14E) is known color: Cream Can. HEX triplet: EE, C1 and 4E. RGB value is (238,193,78). Sum of RGB (Red+Green+Blue) = 238+193+78=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC14E is #113EB1. Grayscale: #C1C1C1. Windows color (decimal): -1130162 or 5161454. OLE color: 5161454.
HSL color Cylindrical-coordinate representation of color #EEC14E: hue angle of 43.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEC14E is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 78 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.07 |
| HSL | 43.13º | 0.82% | 0.62% | - |
| HSV(B) | 43.13º | 0.67% | 0.93% | - |
| XYZ | 55.71 | 56.87 | 15.25 | - |
| YUV | 193.35 | 62.91 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 78 | 0 | 0.19 | 0.67 | 0.07 | 43.13 | 0.82 | 0.62 |
| Hex | EE | C1 | 4E | 0 | 13 | 43 | 7 | 2B | 52 | 3E |
| Octal | 356 | 301 | 116 | 0 | 23 | 103 | 7 | 53 | 122 | 76 |
| Binary | 11101110 | 11000001 | 1001110 | 0 | 10011 | 1000011 | 111 | 101011 | 1010010 | 111110 |
Color Harmonies of #EEC14E
Complementary color
Monochromatic Colors of #EEC14E
Black with #EEC14E
Text Example
Text Example
White with #EEC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC14E; }
p { color: rgb(238,193,78); }
H1.HeaderClassName
{
color: #EEC14E;
}
.AnyTagClassName
{
color: #EEC14E;
}
</style>
background-color css
<style>
a { background-color: #EEC14E; }
a { background-color: rgb(238,193,78); }
div.DivClassName
{
background-color: #EEC14E;
}
.BgClassName
{
background-color: #EEC14E;
}
</style>
border-color css
<style>
span { border-color: #EEC14E; }
span { border-color: rgb(238,193,78); }
td.TdClassName
{
border-color: #EEC14E;
}
.TagClassName
{
border-color: #EEC14E;
}
</style>