Shades of Cream Can #E7BF4B
Tints of Cream Can #E7BF4B
RGB
CMYK
RGB Variations
Color information
#E7BF4B (or 0xE7BF4B) is known color: Cream Can. HEX triplet: E7, BF and 4B. RGB value is (231,191,75). Sum of RGB (Red+Green+Blue) = 231+191+75=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF4B is #1840B4. Grayscale: #BEBEBE. Windows color (decimal): -1589429 or 4964327. OLE color: 4964327.
HSL color Cylindrical-coordinate representation of color #E7BF4B: hue angle of 44.62º 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 #E7BF4B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.09 |
| HSL | 44.62º | 0.76% | 0.6% | - |
| HSV(B) | 44.62º | 0.68% | 0.91% | - |
| XYZ | 52.86 | 54.76 | 14.44 | - |
| YUV | 189.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 75 | 0 | 0.17 | 0.68 | 0.09 | 44.62 | 0.76 | 0.6 |
| Hex | E7 | BF | 4B | 0 | 11 | 44 | 9 | 2D | 4C | 3C |
| Octal | 347 | 277 | 113 | 0 | 21 | 104 | 11 | 55 | 114 | 74 |
| Binary | 11100111 | 10111111 | 1001011 | 0 | 10001 | 1000100 | 1001 | 101101 | 1001100 | 111100 |
Color Harmonies of #E7BF4B
Complementary color
Monochromatic Colors of #E7BF4B
Black with #E7BF4B
Text Example
Text Example
White with #E7BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF4B; }
p { color: rgb(231,191,75); }
H1.HeaderClassName
{
color: #E7BF4B;
}
.AnyTagClassName
{
color: #E7BF4B;
}
</style>
background-color css
<style>
a { background-color: #E7BF4B; }
a { background-color: rgb(231,191,75); }
div.DivClassName
{
background-color: #E7BF4B;
}
.BgClassName
{
background-color: #E7BF4B;
}
</style>
border-color css
<style>
span { border-color: #E7BF4B; }
span { border-color: rgb(231,191,75); }
td.TdClassName
{
border-color: #E7BF4B;
}
.TagClassName
{
border-color: #E7BF4B;
}
</style>