Shades of Cream Can #EEC654
Tints of Cream Can #EEC654
RGB
CMYK
RGB Variations
Color information
#EEC654 (or 0xEEC654) is known color: Cream Can. HEX triplet: EE, C6 and 54. RGB value is (238,198,84). Sum of RGB (Red+Green+Blue) = 238+198+84=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC654 is #1139AB. Grayscale: #C5C5C5. Windows color (decimal): -1128876 or 5555950. OLE color: 5555950.
HSL color Cylindrical-coordinate representation of color #EEC654: hue angle of 44.42º 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 #EEC654 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 84 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.07 |
| HSL | 44.42º | 0.82% | 0.63% | - |
| HSV(B) | 44.42º | 0.65% | 0.93% | - |
| XYZ | 57.05 | 59.21 | 16.81 | - |
| YUV | 196.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 84 | 0 | 0.17 | 0.65 | 0.07 | 44.42 | 0.82 | 0.63 |
| Hex | EE | C6 | 54 | 0 | 11 | 41 | 7 | 2C | 52 | 3F |
| Octal | 356 | 306 | 124 | 0 | 21 | 101 | 7 | 54 | 122 | 77 |
| Binary | 11101110 | 11000110 | 1010100 | 0 | 10001 | 1000001 | 111 | 101100 | 1010010 | 111111 |
Color Harmonies of #EEC654
Complementary color
Monochromatic Colors of #EEC654
Black with #EEC654
Text Example
Text Example
White with #EEC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC654; }
p { color: rgb(238,198,84); }
H1.HeaderClassName
{
color: #EEC654;
}
.AnyTagClassName
{
color: #EEC654;
}
</style>
background-color css
<style>
a { background-color: #EEC654; }
a { background-color: rgb(238,198,84); }
div.DivClassName
{
background-color: #EEC654;
}
.BgClassName
{
background-color: #EEC654;
}
</style>
border-color css
<style>
span { border-color: #EEC654; }
span { border-color: rgb(238,198,84); }
td.TdClassName
{
border-color: #EEC654;
}
.TagClassName
{
border-color: #EEC654;
}
</style>