Shades of Cream Can #EEC145
Tints of Cream Can #EEC145
RGB
CMYK
RGB Variations
Color information
#EEC145 (or 0xEEC145) is known color: Cream Can. HEX triplet: EE, C1 and 45. RGB value is (238,193,69). Sum of RGB (Red+Green+Blue) = 238+193+69=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC145 is #113EBA. Grayscale: #C0C0C0. Windows color (decimal): -1130171 or 4571630. OLE color: 4571630.
HSL color Cylindrical-coordinate representation of color #EEC145: hue angle of 44.02º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEC145 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 69 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.07 |
| HSL | 44.02º | 0.83% | 0.6% | - |
| HSV(B) | 44.02º | 0.71% | 0.93% | - |
| XYZ | 55.4 | 56.75 | 13.66 | - |
| YUV | 192.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 69 | 0 | 0.19 | 0.71 | 0.07 | 44.02 | 0.83 | 0.6 |
| Hex | EE | C1 | 45 | 0 | 13 | 47 | 7 | 2C | 53 | 3C |
| Octal | 356 | 301 | 105 | 0 | 23 | 107 | 7 | 54 | 123 | 74 |
| Binary | 11101110 | 11000001 | 1000101 | 0 | 10011 | 1000111 | 111 | 101100 | 1010011 | 111100 |
Color Harmonies of #EEC145
Complementary color
Monochromatic Colors of #EEC145
Black with #EEC145
Text Example
Text Example
White with #EEC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC145; }
p { color: rgb(238,193,69); }
H1.HeaderClassName
{
color: #EEC145;
}
.AnyTagClassName
{
color: #EEC145;
}
</style>
background-color css
<style>
a { background-color: #EEC145; }
a { background-color: rgb(238,193,69); }
div.DivClassName
{
background-color: #EEC145;
}
.BgClassName
{
background-color: #EEC145;
}
</style>
border-color css
<style>
span { border-color: #EEC145; }
span { border-color: rgb(238,193,69); }
td.TdClassName
{
border-color: #EEC145;
}
.TagClassName
{
border-color: #EEC145;
}
</style>