Shades of Cream Can #E7C150
Tints of Cream Can #E7C150
RGB
CMYK
RGB Variations
Color information
#E7C150 (or 0xE7C150) is known color: Cream Can. HEX triplet: E7, C1 and 50. RGB value is (231,193,80). Sum of RGB (Red+Green+Blue) = 231+193+80=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C150 is #183EAF. Grayscale: #BFBFBF. Windows color (decimal): -1588912 or 5292519. OLE color: 5292519.
HSL color Cylindrical-coordinate representation of color #E7C150: hue angle of 44.9º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7C150 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 80 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.09 |
| HSL | 44.9º | 0.76% | 0.61% | - |
| HSV(B) | 44.9º | 0.65% | 0.91% | - |
| XYZ | 53.47 | 55.71 | 15.52 | - |
| YUV | 191.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 80 | 0 | 0.16 | 0.65 | 0.09 | 44.9 | 0.76 | 0.61 |
| Hex | E7 | C1 | 50 | 0 | 10 | 41 | 9 | 2D | 4C | 3D |
| Octal | 347 | 301 | 120 | 0 | 20 | 101 | 11 | 55 | 114 | 75 |
| Binary | 11100111 | 11000001 | 1010000 | 0 | 10000 | 1000001 | 1001 | 101101 | 1001100 | 111101 |
Color Harmonies of #E7C150
Complementary color
Monochromatic Colors of #E7C150
Black with #E7C150
Text Example
Text Example
White with #E7C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C150; }
p { color: rgb(231,193,80); }
H1.HeaderClassName
{
color: #E7C150;
}
.AnyTagClassName
{
color: #E7C150;
}
</style>
background-color css
<style>
a { background-color: #E7C150; }
a { background-color: rgb(231,193,80); }
div.DivClassName
{
background-color: #E7C150;
}
.BgClassName
{
background-color: #E7C150;
}
</style>
border-color css
<style>
span { border-color: #E7C150; }
span { border-color: rgb(231,193,80); }
td.TdClassName
{
border-color: #E7C150;
}
.TagClassName
{
border-color: #E7C150;
}
</style>