Shades of Cream Can #EEC954
Tints of Cream Can #EEC954
RGB
CMYK
RGB Variations
Color information
#EEC954 (or 0xEEC954) is known color: Cream Can. HEX triplet: EE, C9 and 54. RGB value is (238,201,84). Sum of RGB (Red+Green+Blue) = 238+201+84=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC954 is #1136AB. Grayscale: #C7C7C7. Windows color (decimal): -1128108 or 5556718. OLE color: 5556718.
HSL color Cylindrical-coordinate representation of color #EEC954: hue angle of 45.58º 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 #EEC954 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 45.58º | 0.82% | 0.63% | - |
| HSV(B) | 45.58º | 0.65% | 0.93% | - |
| XYZ | 57.75 | 60.59 | 17.04 | - |
| YUV | 198.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 84 | 0 | 0.16 | 0.65 | 0.07 | 45.58 | 0.82 | 0.63 |
| Hex | EE | C9 | 54 | 0 | 10 | 41 | 7 | 2E | 52 | 3F |
| Octal | 356 | 311 | 124 | 0 | 20 | 101 | 7 | 56 | 122 | 77 |
| Binary | 11101110 | 11001001 | 1010100 | 0 | 10000 | 1000001 | 111 | 101110 | 1010010 | 111111 |
Color Harmonies of #EEC954
Complementary color
Monochromatic Colors of #EEC954
Black with #EEC954
Text Example
Text Example
White with #EEC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC954; }
p { color: rgb(238,201,84); }
H1.HeaderClassName
{
color: #EEC954;
}
.AnyTagClassName
{
color: #EEC954;
}
</style>
background-color css
<style>
a { background-color: #EEC954; }
a { background-color: rgb(238,201,84); }
div.DivClassName
{
background-color: #EEC954;
}
.BgClassName
{
background-color: #EEC954;
}
</style>
border-color css
<style>
span { border-color: #EEC954; }
span { border-color: rgb(238,201,84); }
td.TdClassName
{
border-color: #EEC954;
}
.TagClassName
{
border-color: #EEC954;
}
</style>