Shades of Cream Can #E5BF4B
Tints of Cream Can #E5BF4B
RGB
CMYK
RGB Variations
Color information
#E5BF4B (or 0xE5BF4B) is known color: Cream Can. HEX triplet: E5, BF and 4B. RGB value is (229,191,75). Sum of RGB (Red+Green+Blue) = 229+191+75=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF4B is #1A40B4. Grayscale: #BDBDBD. Windows color (decimal): -1720501 or 4964325. OLE color: 4964325.
HSL color Cylindrical-coordinate representation of color #E5BF4B: hue angle of 45.19º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5BF4B is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 75 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.10 |
| HSL | 45.19º | 0.75% | 0.6% | - |
| HSV(B) | 45.19º | 0.67% | 0.9% | - |
| XYZ | 52.21 | 54.43 | 14.41 | - |
| YUV | 189.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 75 | 0 | 0.17 | 0.67 | 0.10 | 45.19 | 0.75 | 0.6 |
| Hex | E5 | BF | 4B | 0 | 11 | 43 | A | 2D | 4B | 3C |
| Octal | 345 | 277 | 113 | 0 | 21 | 103 | 12 | 55 | 113 | 74 |
| Binary | 11100101 | 10111111 | 1001011 | 0 | 10001 | 1000011 | 1010 | 101101 | 1001011 | 111100 |
Color Harmonies of #E5BF4B
Complementary color
Monochromatic Colors of #E5BF4B
Black with #E5BF4B
Text Example
Text Example
White with #E5BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF4B; }
p { color: rgb(229,191,75); }
H1.HeaderClassName
{
color: #E5BF4B;
}
.AnyTagClassName
{
color: #E5BF4B;
}
</style>
background-color css
<style>
a { background-color: #E5BF4B; }
a { background-color: rgb(229,191,75); }
div.DivClassName
{
background-color: #E5BF4B;
}
.BgClassName
{
background-color: #E5BF4B;
}
</style>
border-color css
<style>
span { border-color: #E5BF4B; }
span { border-color: rgb(229,191,75); }
td.TdClassName
{
border-color: #E5BF4B;
}
.TagClassName
{
border-color: #E5BF4B;
}
</style>