Shades of Cream Can #EEC754
Tints of Cream Can #EEC754
RGB
CMYK
RGB Variations
Color information
#EEC754 (or 0xEEC754) is known color: Cream Can. HEX triplet: EE, C7 and 54. RGB value is (238,199,84). Sum of RGB (Red+Green+Blue) = 238+199+84=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC754 is #1138AB. Grayscale: #C6C6C6. Windows color (decimal): -1128620 or 5556206. OLE color: 5556206.
HSL color Cylindrical-coordinate representation of color #EEC754: hue angle of 44.81º 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 #EEC754 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 84 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.07 |
| HSL | 44.81º | 0.82% | 0.63% | - |
| HSV(B) | 44.81º | 0.65% | 0.93% | - |
| XYZ | 57.28 | 59.66 | 16.88 | - |
| YUV | 197.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 84 | 0 | 0.16 | 0.65 | 0.07 | 44.81 | 0.82 | 0.63 |
| Hex | EE | C7 | 54 | 0 | 10 | 41 | 7 | 2D | 52 | 3F |
| Octal | 356 | 307 | 124 | 0 | 20 | 101 | 7 | 55 | 122 | 77 |
| Binary | 11101110 | 11000111 | 1010100 | 0 | 10000 | 1000001 | 111 | 101101 | 1010010 | 111111 |
Color Harmonies of #EEC754
Complementary color
Monochromatic Colors of #EEC754
Black with #EEC754
Text Example
Text Example
White with #EEC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC754; }
p { color: rgb(238,199,84); }
H1.HeaderClassName
{
color: #EEC754;
}
.AnyTagClassName
{
color: #EEC754;
}
</style>
background-color css
<style>
a { background-color: #EEC754; }
a { background-color: rgb(238,199,84); }
div.DivClassName
{
background-color: #EEC754;
}
.BgClassName
{
background-color: #EEC754;
}
</style>
border-color css
<style>
span { border-color: #EEC754; }
span { border-color: rgb(238,199,84); }
td.TdClassName
{
border-color: #EEC754;
}
.TagClassName
{
border-color: #EEC754;
}
</style>