Shades of Ronchi #E1B34D
Tints of Ronchi #E1B34D
RGB
CMYK
RGB Variations
Color information
#E1B34D (or 0xE1B34D) is known color: Ronchi. HEX triplet: E1, B3 and 4D. RGB value is (225,179,77). Sum of RGB (Red+Green+Blue) = 225+179+77=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B34D is #1E4CB2. Grayscale: #B5B5B5. Windows color (decimal): -1985715 or 5092321. OLE color: 5092321.
HSL color Cylindrical-coordinate representation of color #E1B34D: hue angle of 41.35º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1B34D is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 77 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.12 |
| HSL | 41.35º | 0.71% | 0.59% | - |
| HSV(B) | 41.35º | 0.66% | 0.88% | - |
| XYZ | 48.51 | 48.78 | 13.88 | - |
| YUV | 181.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 77 | 0 | 0.20 | 0.66 | 0.12 | 41.35 | 0.71 | 0.59 |
| Hex | E1 | B3 | 4D | 0 | 14 | 42 | C | 29 | 47 | 3B |
| Octal | 341 | 263 | 115 | 0 | 24 | 102 | 14 | 51 | 107 | 73 |
| Binary | 11100001 | 10110011 | 1001101 | 0 | 10100 | 1000010 | 1100 | 101001 | 1000111 | 111011 |
Color Harmonies of #E1B34D
Complementary color
Monochromatic Colors of #E1B34D
Black with #E1B34D
Text Example
Text Example
White with #E1B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B34D; }
p { color: rgb(225,179,77); }
H1.HeaderClassName
{
color: #E1B34D;
}
.AnyTagClassName
{
color: #E1B34D;
}
</style>
background-color css
<style>
a { background-color: #E1B34D; }
a { background-color: rgb(225,179,77); }
div.DivClassName
{
background-color: #E1B34D;
}
.BgClassName
{
background-color: #E1B34D;
}
</style>
border-color css
<style>
span { border-color: #E1B34D; }
span { border-color: rgb(225,179,77); }
td.TdClassName
{
border-color: #E1B34D;
}
.TagClassName
{
border-color: #E1B34D;
}
</style>