Shades of Cream Can #EEC45B
Tints of Cream Can #EEC45B
RGB
CMYK
RGB Variations
Color information
#EEC45B (or 0xEEC45B) is known color: Cream Can. HEX triplet: EE, C4 and 5B. RGB value is (238,196,91). Sum of RGB (Red+Green+Blue) = 238+196+91=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC45B is #113BA4. Grayscale: #C5C5C5. Windows color (decimal): -1129381 or 6014190. OLE color: 6014190.
HSL color Cylindrical-coordinate representation of color #EEC45B: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEC45B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 91 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.07 |
| HSL | 42.86º | 0.81% | 0.65% | - |
| HSV(B) | 42.86º | 0.62% | 0.93% | - |
| XYZ | 56.89 | 58.41 | 18.17 | - |
| YUV | 196.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 91 | 0 | 0.18 | 0.62 | 0.07 | 42.86 | 0.81 | 0.65 |
| Hex | EE | C4 | 5B | 0 | 12 | 3E | 7 | 2B | 51 | 41 |
| Octal | 356 | 304 | 133 | 0 | 22 | 76 | 7 | 53 | 121 | 101 |
| Binary | 11101110 | 11000100 | 1011011 | 0 | 10010 | 111110 | 111 | 101011 | 1010001 | 1000001 |
Color Harmonies of #EEC45B
Complementary color
Monochromatic Colors of #EEC45B
Black with #EEC45B
Text Example
Text Example
White with #EEC45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC45B; }
p { color: rgb(238,196,91); }
H1.HeaderClassName
{
color: #EEC45B;
}
.AnyTagClassName
{
color: #EEC45B;
}
</style>
background-color css
<style>
a { background-color: #EEC45B; }
a { background-color: rgb(238,196,91); }
div.DivClassName
{
background-color: #EEC45B;
}
.BgClassName
{
background-color: #EEC45B;
}
</style>
border-color css
<style>
span { border-color: #EEC45B; }
span { border-color: rgb(238,196,91); }
td.TdClassName
{
border-color: #EEC45B;
}
.TagClassName
{
border-color: #EEC45B;
}
</style>