Shades of Ronchi #E3BD5A
Tints of Ronchi #E3BD5A
RGB
CMYK
RGB Variations
Color information
#E3BD5A (or 0xE3BD5A) is known color: Ronchi. HEX triplet: E3, BD and 5A. RGB value is (227,189,90). Sum of RGB (Red+Green+Blue) = 227+189+90=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BD5A is #1C42A5. Grayscale: #BDBDBD. Windows color (decimal): -1852070 or 5946851. OLE color: 5946851.
HSL color Cylindrical-coordinate representation of color #E3BD5A: hue angle of 43.36º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3BD5A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 90 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.11 |
| HSL | 43.36º | 0.71% | 0.62% | - |
| HSV(B) | 43.36º | 0.6% | 0.89% | - |
| XYZ | 51.72 | 53.46 | 17.27 | - |
| YUV | 189.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 90 | 0 | 0.17 | 0.60 | 0.11 | 43.36 | 0.71 | 0.62 |
| Hex | E3 | BD | 5A | 0 | 11 | 3C | B | 2B | 47 | 3E |
| Octal | 343 | 275 | 132 | 0 | 21 | 74 | 13 | 53 | 107 | 76 |
| Binary | 11100011 | 10111101 | 1011010 | 0 | 10001 | 111100 | 1011 | 101011 | 1000111 | 111110 |
Color Harmonies of #E3BD5A
Complementary color
Monochromatic Colors of #E3BD5A
Black with #E3BD5A
Text Example
Text Example
White with #E3BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD5A; }
p { color: rgb(227,189,90); }
H1.HeaderClassName
{
color: #E3BD5A;
}
.AnyTagClassName
{
color: #E3BD5A;
}
</style>
background-color css
<style>
a { background-color: #E3BD5A; }
a { background-color: rgb(227,189,90); }
div.DivClassName
{
background-color: #E3BD5A;
}
.BgClassName
{
background-color: #E3BD5A;
}
</style>
border-color css
<style>
span { border-color: #E3BD5A; }
span { border-color: rgb(227,189,90); }
td.TdClassName
{
border-color: #E3BD5A;
}
.TagClassName
{
border-color: #E3BD5A;
}
</style>