Shades of Cream Can #E7C149
Tints of Cream Can #E7C149
RGB
CMYK
RGB Variations
Color information
#E7C149 (or 0xE7C149) is known color: Cream Can. HEX triplet: E7, C1 and 49. RGB value is (231,193,73). Sum of RGB (Red+Green+Blue) = 231+193+73=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C149 is #183EB6. Grayscale: #BFBFBF. Windows color (decimal): -1588919 or 4833767. OLE color: 4833767.
HSL color Cylindrical-coordinate representation of color #E7C149: hue angle of 45.57º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7C149 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 73 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.09 |
| HSL | 45.57º | 0.77% | 0.6% | - |
| HSV(B) | 45.57º | 0.68% | 0.91% | - |
| XYZ | 53.23 | 55.61 | 14.23 | - |
| YUV | 190.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 73 | 0 | 0.16 | 0.68 | 0.09 | 45.57 | 0.77 | 0.6 |
| Hex | E7 | C1 | 49 | 0 | 10 | 44 | 9 | 2E | 4D | 3C |
| Octal | 347 | 301 | 111 | 0 | 20 | 104 | 11 | 56 | 115 | 74 |
| Binary | 11100111 | 11000001 | 1001001 | 0 | 10000 | 1000100 | 1001 | 101110 | 1001101 | 111100 |
Color Harmonies of #E7C149
Complementary color
Monochromatic Colors of #E7C149
Black with #E7C149
Text Example
Text Example
White with #E7C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C149; }
p { color: rgb(231,193,73); }
H1.HeaderClassName
{
color: #E7C149;
}
.AnyTagClassName
{
color: #E7C149;
}
</style>
background-color css
<style>
a { background-color: #E7C149; }
a { background-color: rgb(231,193,73); }
div.DivClassName
{
background-color: #E7C149;
}
.BgClassName
{
background-color: #E7C149;
}
</style>
border-color css
<style>
span { border-color: #E7C149; }
span { border-color: rgb(231,193,73); }
td.TdClassName
{
border-color: #E7C149;
}
.TagClassName
{
border-color: #E7C149;
}
</style>