Shades of Cream Can #E7BD4D
Tints of Cream Can #E7BD4D
RGB
CMYK
RGB Variations
Color information
#E7BD4D (or 0xE7BD4D) is known color: Cream Can. HEX triplet: E7, BD and 4D. RGB value is (231,189,77). Sum of RGB (Red+Green+Blue) = 231+189+77=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD4D is #1842B2. Grayscale: #BDBDBD. Windows color (decimal): -1589939 or 5094887. OLE color: 5094887.
HSL color Cylindrical-coordinate representation of color #E7BD4D: hue angle of 43.64º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7BD4D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 77 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.09 |
| HSL | 43.64º | 0.76% | 0.6% | - |
| HSV(B) | 43.64º | 0.67% | 0.91% | - |
| XYZ | 52.49 | 53.92 | 14.66 | - |
| YUV | 188.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 77 | 0 | 0.18 | 0.67 | 0.09 | 43.64 | 0.76 | 0.6 |
| Hex | E7 | BD | 4D | 0 | 12 | 43 | 9 | 2C | 4C | 3C |
| Octal | 347 | 275 | 115 | 0 | 22 | 103 | 11 | 54 | 114 | 74 |
| Binary | 11100111 | 10111101 | 1001101 | 0 | 10010 | 1000011 | 1001 | 101100 | 1001100 | 111100 |
Color Harmonies of #E7BD4D
Complementary color
Monochromatic Colors of #E7BD4D
Black with #E7BD4D
Text Example
Text Example
White with #E7BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD4D; }
p { color: rgb(231,189,77); }
H1.HeaderClassName
{
color: #E7BD4D;
}
.AnyTagClassName
{
color: #E7BD4D;
}
</style>
background-color css
<style>
a { background-color: #E7BD4D; }
a { background-color: rgb(231,189,77); }
div.DivClassName
{
background-color: #E7BD4D;
}
.BgClassName
{
background-color: #E7BD4D;
}
</style>
border-color css
<style>
span { border-color: #E7BD4D; }
span { border-color: rgb(231,189,77); }
td.TdClassName
{
border-color: #E7BD4D;
}
.TagClassName
{
border-color: #E7BD4D;
}
</style>