Shades of Cream Can #EEC354
Tints of Cream Can #EEC354
RGB
CMYK
RGB Variations
Color information
#EEC354 (or 0xEEC354) is known color: Cream Can. HEX triplet: EE, C3 and 54. RGB value is (238,195,84). Sum of RGB (Red+Green+Blue) = 238+195+84=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC354 is #113CAB. Grayscale: #C3C3C3. Windows color (decimal): -1129644 or 5555182. OLE color: 5555182.
HSL color Cylindrical-coordinate representation of color #EEC354: hue angle of 43.25º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEC354 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 84 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.07 |
| HSL | 43.25º | 0.82% | 0.63% | - |
| HSV(B) | 43.25º | 0.65% | 0.93% | - |
| XYZ | 56.38 | 57.85 | 16.58 | - |
| YUV | 195.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 84 | 0 | 0.18 | 0.65 | 0.07 | 43.25 | 0.82 | 0.63 |
| Hex | EE | C3 | 54 | 0 | 12 | 41 | 7 | 2B | 52 | 3F |
| Octal | 356 | 303 | 124 | 0 | 22 | 101 | 7 | 53 | 122 | 77 |
| Binary | 11101110 | 11000011 | 1010100 | 0 | 10010 | 1000001 | 111 | 101011 | 1010010 | 111111 |
Color Harmonies of #EEC354
Complementary color
Monochromatic Colors of #EEC354
Black with #EEC354
Text Example
Text Example
White with #EEC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC354; }
p { color: rgb(238,195,84); }
H1.HeaderClassName
{
color: #EEC354;
}
.AnyTagClassName
{
color: #EEC354;
}
</style>
background-color css
<style>
a { background-color: #EEC354; }
a { background-color: rgb(238,195,84); }
div.DivClassName
{
background-color: #EEC354;
}
.BgClassName
{
background-color: #EEC354;
}
</style>
border-color css
<style>
span { border-color: #EEC354; }
span { border-color: rgb(238,195,84); }
td.TdClassName
{
border-color: #EEC354;
}
.TagClassName
{
border-color: #EEC354;
}
</style>