Shades of Chenin #E5BF75
Tints of Chenin #E5BF75
RGB
CMYK
RGB Variations
Color information
#E5BF75 (or 0xE5BF75) is known color: Chenin. HEX triplet: E5, BF and 75. RGB value is (229,191,117). Sum of RGB (Red+Green+Blue) = 229+191+117=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF75 is #1A408A. Grayscale: #C2C2C2. Windows color (decimal): -1720459 or 7716837. OLE color: 7716837.
HSL color Cylindrical-coordinate representation of color #E5BF75: hue angle of 39.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5BF75 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 117 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.10 |
| HSL | 39.64º | 0.68% | 0.68% | - |
| HSV(B) | 39.64º | 0.49% | 0.9% | - |
| XYZ | 54.15 | 55.2 | 24.63 | - |
| YUV | 193.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 117 | 0 | 0.17 | 0.49 | 0.10 | 39.64 | 0.68 | 0.68 |
| Hex | E5 | BF | 75 | 0 | 11 | 31 | A | 28 | 44 | 44 |
| Octal | 345 | 277 | 165 | 0 | 21 | 61 | 12 | 50 | 104 | 104 |
| Binary | 11100101 | 10111111 | 1110101 | 0 | 10001 | 110001 | 1010 | 101000 | 1000100 | 1000100 |
Color Harmonies of #E5BF75
Complementary color
Monochromatic Colors of #E5BF75
Black with #E5BF75
Text Example
Text Example
White with #E5BF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF75; }
p { color: rgb(229,191,117); }
H1.HeaderClassName
{
color: #E5BF75;
}
.AnyTagClassName
{
color: #E5BF75;
}
</style>
background-color css
<style>
a { background-color: #E5BF75; }
a { background-color: rgb(229,191,117); }
div.DivClassName
{
background-color: #E5BF75;
}
.BgClassName
{
background-color: #E5BF75;
}
</style>
border-color css
<style>
span { border-color: #E5BF75; }
span { border-color: rgb(229,191,117); }
td.TdClassName
{
border-color: #E5BF75;
}
.TagClassName
{
border-color: #E5BF75;
}
</style>