Shades of Cream Can #EEC347
Tints of Cream Can #EEC347
RGB
CMYK
RGB Variations
Color information
#EEC347 (or 0xEEC347) is known color: Cream Can. HEX triplet: EE, C3 and 47. RGB value is (238,195,71). Sum of RGB (Red+Green+Blue) = 238+195+71=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC347 is #113CB8. Grayscale: #C2C2C2. Windows color (decimal): -1129657 or 4703214. OLE color: 4703214.
HSL color Cylindrical-coordinate representation of color #EEC347: hue angle of 44.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEC347 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 71 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.07 |
| HSL | 44.55º | 0.83% | 0.61% | - |
| HSV(B) | 44.55º | 0.7% | 0.93% | - |
| XYZ | 55.91 | 57.66 | 14.14 | - |
| YUV | 193.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 71 | 0 | 0.18 | 0.70 | 0.07 | 44.55 | 0.83 | 0.61 |
| Hex | EE | C3 | 47 | 0 | 12 | 46 | 7 | 2D | 53 | 3D |
| Octal | 356 | 303 | 107 | 0 | 22 | 106 | 7 | 55 | 123 | 75 |
| Binary | 11101110 | 11000011 | 1000111 | 0 | 10010 | 1000110 | 111 | 101101 | 1010011 | 111101 |
Color Harmonies of #EEC347
Complementary color
Monochromatic Colors of #EEC347
Black with #EEC347
Text Example
Text Example
White with #EEC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC347; }
p { color: rgb(238,195,71); }
H1.HeaderClassName
{
color: #EEC347;
}
.AnyTagClassName
{
color: #EEC347;
}
</style>
background-color css
<style>
a { background-color: #EEC347; }
a { background-color: rgb(238,195,71); }
div.DivClassName
{
background-color: #EEC347;
}
.BgClassName
{
background-color: #EEC347;
}
</style>
border-color css
<style>
span { border-color: #EEC347; }
span { border-color: rgb(238,195,71); }
td.TdClassName
{
border-color: #EEC347;
}
.TagClassName
{
border-color: #EEC347;
}
</style>