Shades of Ronchi #E5BD4D
Tints of Ronchi #E5BD4D
RGB
CMYK
RGB Variations
Color information
#E5BD4D (or 0xE5BD4D) is known color: Ronchi. HEX triplet: E5, BD and 4D. RGB value is (229,189,77). Sum of RGB (Red+Green+Blue) = 229+189+77=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD4D is #1A42B2. Grayscale: #BCBCBC. Windows color (decimal): -1721011 or 5094885. OLE color: 5094885.
HSL color Cylindrical-coordinate representation of color #E5BD4D: hue angle of 44.21º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5BD4D is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 77 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.10 |
| HSL | 44.21º | 0.75% | 0.6% | - |
| HSV(B) | 44.21º | 0.66% | 0.9% | - |
| XYZ | 51.85 | 53.59 | 14.63 | - |
| YUV | 188.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 77 | 0 | 0.17 | 0.66 | 0.10 | 44.21 | 0.75 | 0.6 |
| Hex | E5 | BD | 4D | 0 | 11 | 42 | A | 2C | 4B | 3C |
| Octal | 345 | 275 | 115 | 0 | 21 | 102 | 12 | 54 | 113 | 74 |
| Binary | 11100101 | 10111101 | 1001101 | 0 | 10001 | 1000010 | 1010 | 101100 | 1001011 | 111100 |
Color Harmonies of #E5BD4D
Complementary color
Monochromatic Colors of #E5BD4D
Black with #E5BD4D
Text Example
Text Example
White with #E5BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD4D; }
p { color: rgb(229,189,77); }
H1.HeaderClassName
{
color: #E5BD4D;
}
.AnyTagClassName
{
color: #E5BD4D;
}
</style>
background-color css
<style>
a { background-color: #E5BD4D; }
a { background-color: rgb(229,189,77); }
div.DivClassName
{
background-color: #E5BD4D;
}
.BgClassName
{
background-color: #E5BD4D;
}
</style>
border-color css
<style>
span { border-color: #E5BD4D; }
span { border-color: rgb(229,189,77); }
td.TdClassName
{
border-color: #E5BD4D;
}
.TagClassName
{
border-color: #E5BD4D;
}
</style>