Shades of Cream Can #EEC45F
Tints of Cream Can #EEC45F
RGB
CMYK
RGB Variations
Color information
#EEC45F (or 0xEEC45F) is known color: Cream Can. HEX triplet: EE, C4 and 5F. RGB value is (238,196,95). Sum of RGB (Red+Green+Blue) = 238+196+95=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC45F is #113BA0. Grayscale: #C5C5C5. Windows color (decimal): -1129377 or 6276334. OLE color: 6276334.
HSL color Cylindrical-coordinate representation of color #EEC45F: hue angle of 42.38º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC45F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 95 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.07 |
| HSL | 42.38º | 0.81% | 0.65% | - |
| HSV(B) | 42.38º | 0.6% | 0.93% | - |
| XYZ | 57.07 | 58.48 | 19.11 | - |
| YUV | 197.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 95 | 0 | 0.18 | 0.60 | 0.07 | 42.38 | 0.81 | 0.65 |
| Hex | EE | C4 | 5F | 0 | 12 | 3C | 7 | 2A | 51 | 41 |
| Octal | 356 | 304 | 137 | 0 | 22 | 74 | 7 | 52 | 121 | 101 |
| Binary | 11101110 | 11000100 | 1011111 | 0 | 10010 | 111100 | 111 | 101010 | 1010001 | 1000001 |
Color Harmonies of #EEC45F
Complementary color
Monochromatic Colors of #EEC45F
Black with #EEC45F
Text Example
Text Example
White with #EEC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC45F; }
p { color: rgb(238,196,95); }
H1.HeaderClassName
{
color: #EEC45F;
}
.AnyTagClassName
{
color: #EEC45F;
}
</style>
background-color css
<style>
a { background-color: #EEC45F; }
a { background-color: rgb(238,196,95); }
div.DivClassName
{
background-color: #EEC45F;
}
.BgClassName
{
background-color: #EEC45F;
}
</style>
border-color css
<style>
span { border-color: #EEC45F; }
span { border-color: rgb(238,196,95); }
td.TdClassName
{
border-color: #EEC45F;
}
.TagClassName
{
border-color: #EEC45F;
}
</style>