Shades of Cream Can #EEC245
Tints of Cream Can #EEC245
RGB
CMYK
RGB Variations
Color information
#EEC245 (or 0xEEC245) is known color: Cream Can. HEX triplet: EE, C2 and 45. RGB value is (238,194,69). Sum of RGB (Red+Green+Blue) = 238+194+69=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC245 is #113DBA. Grayscale: #C1C1C1. Windows color (decimal): -1129915 or 4571886. OLE color: 4571886.
HSL color Cylindrical-coordinate representation of color #EEC245: hue angle of 44.38º 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 #EEC245 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 69 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.07 |
| HSL | 44.38º | 0.83% | 0.6% | - |
| HSV(B) | 44.38º | 0.71% | 0.93% | - |
| XYZ | 55.63 | 57.19 | 13.74 | - |
| YUV | 192.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 69 | 0 | 0.18 | 0.71 | 0.07 | 44.38 | 0.83 | 0.6 |
| Hex | EE | C2 | 45 | 0 | 12 | 47 | 7 | 2C | 53 | 3C |
| Octal | 356 | 302 | 105 | 0 | 22 | 107 | 7 | 54 | 123 | 74 |
| Binary | 11101110 | 11000010 | 1000101 | 0 | 10010 | 1000111 | 111 | 101100 | 1010011 | 111100 |
Color Harmonies of #EEC245
Complementary color
Monochromatic Colors of #EEC245
Black with #EEC245
Text Example
Text Example
White with #EEC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC245; }
p { color: rgb(238,194,69); }
H1.HeaderClassName
{
color: #EEC245;
}
.AnyTagClassName
{
color: #EEC245;
}
</style>
background-color css
<style>
a { background-color: #EEC245; }
a { background-color: rgb(238,194,69); }
div.DivClassName
{
background-color: #EEC245;
}
.BgClassName
{
background-color: #EEC245;
}
</style>
border-color css
<style>
span { border-color: #EEC245; }
span { border-color: rgb(238,194,69); }
td.TdClassName
{
border-color: #EEC245;
}
.TagClassName
{
border-color: #EEC245;
}
</style>