Shades of Cream Can #E8BF4B
Tints of Cream Can #E8BF4B
RGB
CMYK
RGB Variations
Color information
#E8BF4B (or 0xE8BF4B) is known color: Cream Can. HEX triplet: E8, BF and 4B. RGB value is (232,191,75). Sum of RGB (Red+Green+Blue) = 232+191+75=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BF4B is #1740B4. Grayscale: #BEBEBE. Windows color (decimal): -1523893 or 4964328. OLE color: 4964328.
HSL color Cylindrical-coordinate representation of color #E8BF4B: hue angle of 44.33º 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 #E8BF4B is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 75 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.09 |
| HSL | 44.33º | 0.77% | 0.6% | - |
| HSV(B) | 44.33º | 0.68% | 0.91% | - |
| XYZ | 53.18 | 54.93 | 14.46 | - |
| YUV | 190.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 75 | 0 | 0.18 | 0.68 | 0.09 | 44.33 | 0.77 | 0.6 |
| Hex | E8 | BF | 4B | 0 | 12 | 44 | 9 | 2C | 4D | 3C |
| Octal | 350 | 277 | 113 | 0 | 22 | 104 | 11 | 54 | 115 | 74 |
| Binary | 11101000 | 10111111 | 1001011 | 0 | 10010 | 1000100 | 1001 | 101100 | 1001101 | 111100 |
Color Harmonies of #E8BF4B
Complementary color
Monochromatic Colors of #E8BF4B
Black with #E8BF4B
Text Example
Text Example
White with #E8BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BF4B; }
p { color: rgb(232,191,75); }
H1.HeaderClassName
{
color: #E8BF4B;
}
.AnyTagClassName
{
color: #E8BF4B;
}
</style>
background-color css
<style>
a { background-color: #E8BF4B; }
a { background-color: rgb(232,191,75); }
div.DivClassName
{
background-color: #E8BF4B;
}
.BgClassName
{
background-color: #E8BF4B;
}
</style>
border-color css
<style>
span { border-color: #E8BF4B; }
span { border-color: rgb(232,191,75); }
td.TdClassName
{
border-color: #E8BF4B;
}
.TagClassName
{
border-color: #E8BF4B;
}
</style>