Shades of Cream Can #E7C04B
Tints of Cream Can #E7C04B
RGB
CMYK
RGB Variations
Color information
#E7C04B (or 0xE7C04B) is known color: Cream Can. HEX triplet: E7, C0 and 4B. RGB value is (231,192,75). Sum of RGB (Red+Green+Blue) = 231+192+75=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C04B is #183FB4. Grayscale: #BEBEBE. Windows color (decimal): -1589173 or 4964583. OLE color: 4964583.
HSL color Cylindrical-coordinate representation of color #E7C04B: hue angle of 45º degrees, saturation: 0.76, 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 #E7C04B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.09 |
| HSL | 45º | 0.76% | 0.6% | - |
| HSV(B) | 45º | 0.68% | 0.91% | - |
| XYZ | 53.07 | 55.2 | 14.51 | - |
| YUV | 190.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 75 | 0 | 0.17 | 0.68 | 0.09 | 45 | 0.76 | 0.6 |
| Hex | E7 | C0 | 4B | 0 | 11 | 44 | 9 | 2D | 4C | 3C |
| Octal | 347 | 300 | 113 | 0 | 21 | 104 | 11 | 55 | 114 | 74 |
| Binary | 11100111 | 11000000 | 1001011 | 0 | 10001 | 1000100 | 1001 | 101101 | 1001100 | 111100 |
Color Harmonies of #E7C04B
Complementary color
Monochromatic Colors of #E7C04B
Black with #E7C04B
Text Example
Text Example
White with #E7C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C04B; }
p { color: rgb(231,192,75); }
H1.HeaderClassName
{
color: #E7C04B;
}
.AnyTagClassName
{
color: #E7C04B;
}
</style>
background-color css
<style>
a { background-color: #E7C04B; }
a { background-color: rgb(231,192,75); }
div.DivClassName
{
background-color: #E7C04B;
}
.BgClassName
{
background-color: #E7C04B;
}
</style>
border-color css
<style>
span { border-color: #E7C04B; }
span { border-color: rgb(231,192,75); }
td.TdClassName
{
border-color: #E7C04B;
}
.TagClassName
{
border-color: #E7C04B;
}
</style>