Shades of Chalky #E5BD76
Tints of Chalky #E5BD76
RGB
CMYK
RGB Variations
Color information
#E5BD76 (or 0xE5BD76) is known color: Chalky. HEX triplet: E5, BD and 76. RGB value is (229,189,118). Sum of RGB (Red+Green+Blue) = 229+189+118=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD76 is #1A4289. Grayscale: #C1C1C1. Windows color (decimal): -1720970 or 7781861. OLE color: 7781861.
HSL color Cylindrical-coordinate representation of color #E5BD76: hue angle of 38.38º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5BD76 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 118 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.10 |
| HSL | 38.38º | 0.68% | 0.68% | - |
| HSV(B) | 38.38º | 0.48% | 0.9% | - |
| XYZ | 53.78 | 54.36 | 24.8 | - |
| YUV | 192.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 118 | 0 | 0.17 | 0.48 | 0.10 | 38.38 | 0.68 | 0.68 |
| Hex | E5 | BD | 76 | 0 | 11 | 30 | A | 26 | 44 | 44 |
| Octal | 345 | 275 | 166 | 0 | 21 | 60 | 12 | 46 | 104 | 104 |
| Binary | 11100101 | 10111101 | 1110110 | 0 | 10001 | 110000 | 1010 | 100110 | 1000100 | 1000100 |
Color Harmonies of #E5BD76
Complementary color
Monochromatic Colors of #E5BD76
Black with #E5BD76
Text Example
Text Example
White with #E5BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD76; }
p { color: rgb(229,189,118); }
H1.HeaderClassName
{
color: #E5BD76;
}
.AnyTagClassName
{
color: #E5BD76;
}
</style>
background-color css
<style>
a { background-color: #E5BD76; }
a { background-color: rgb(229,189,118); }
div.DivClassName
{
background-color: #E5BD76;
}
.BgClassName
{
background-color: #E5BD76;
}
</style>
border-color css
<style>
span { border-color: #E5BD76; }
span { border-color: rgb(229,189,118); }
td.TdClassName
{
border-color: #E5BD76;
}
.TagClassName
{
border-color: #E5BD76;
}
</style>