Shades of Cream Can #EEC14B
Tints of Cream Can #EEC14B
RGB
CMYK
RGB Variations
Color information
#EEC14B (or 0xEEC14B) is known color: Cream Can. HEX triplet: EE, C1 and 4B. RGB value is (238,193,75). Sum of RGB (Red+Green+Blue) = 238+193+75=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC14B is #113EB4. Grayscale: #C1C1C1. Windows color (decimal): -1130165 or 4964846. OLE color: 4964846.
HSL color Cylindrical-coordinate representation of color #EEC14B: hue angle of 43.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEC14B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 75 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 43.44º | 0.83% | 0.61% | - |
| HSV(B) | 43.44º | 0.68% | 0.93% | - |
| XYZ | 55.6 | 56.83 | 14.69 | - |
| YUV | 193 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 75 | 0 | 0.19 | 0.68 | 0.07 | 43.44 | 0.83 | 0.61 |
| Hex | EE | C1 | 4B | 0 | 13 | 44 | 7 | 2B | 53 | 3D |
| Octal | 356 | 301 | 113 | 0 | 23 | 104 | 7 | 53 | 123 | 75 |
| Binary | 11101110 | 11000001 | 1001011 | 0 | 10011 | 1000100 | 111 | 101011 | 1010011 | 111101 |
Color Harmonies of #EEC14B
Complementary color
Monochromatic Colors of #EEC14B
Black with #EEC14B
Text Example
Text Example
White with #EEC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC14B; }
p { color: rgb(238,193,75); }
H1.HeaderClassName
{
color: #EEC14B;
}
.AnyTagClassName
{
color: #EEC14B;
}
</style>
background-color css
<style>
a { background-color: #EEC14B; }
a { background-color: rgb(238,193,75); }
div.DivClassName
{
background-color: #EEC14B;
}
.BgClassName
{
background-color: #EEC14B;
}
</style>
border-color css
<style>
span { border-color: #EEC14B; }
span { border-color: rgb(238,193,75); }
td.TdClassName
{
border-color: #EEC14B;
}
.TagClassName
{
border-color: #EEC14B;
}
</style>