Shades of Ronchi #E7B25A
Tints of Ronchi #E7B25A
RGB
CMYK
RGB Variations
Color information
#E7B25A (or 0xE7B25A) is known color: Ronchi. HEX triplet: E7, B2 and 5A. RGB value is (231,178,90). Sum of RGB (Red+Green+Blue) = 231+178+90=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B25A is #184DA5. Grayscale: #B8B8B8. Windows color (decimal): -1592742 or 5944039. OLE color: 5944039.
HSL color Cylindrical-coordinate representation of color #E7B25A: hue angle of 37.45º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7B25A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 90 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.09 |
| HSL | 37.45º | 0.75% | 0.63% | - |
| HSV(B) | 37.45º | 0.61% | 0.91% | - |
| XYZ | 50.72 | 49.57 | 16.57 | - |
| YUV | 183.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 90 | 0 | 0.23 | 0.61 | 0.09 | 37.45 | 0.75 | 0.63 |
| Hex | E7 | B2 | 5A | 0 | 17 | 3D | 9 | 25 | 4B | 3F |
| Octal | 347 | 262 | 132 | 0 | 27 | 75 | 11 | 45 | 113 | 77 |
| Binary | 11100111 | 10110010 | 1011010 | 0 | 10111 | 111101 | 1001 | 100101 | 1001011 | 111111 |
Color Harmonies of #E7B25A
Complementary color
Monochromatic Colors of #E7B25A
Black with #E7B25A
Text Example
Text Example
White with #E7B25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B25A; }
p { color: rgb(231,178,90); }
H1.HeaderClassName
{
color: #E7B25A;
}
.AnyTagClassName
{
color: #E7B25A;
}
</style>
background-color css
<style>
a { background-color: #E7B25A; }
a { background-color: rgb(231,178,90); }
div.DivClassName
{
background-color: #E7B25A;
}
.BgClassName
{
background-color: #E7B25A;
}
</style>
border-color css
<style>
span { border-color: #E7B25A; }
span { border-color: rgb(231,178,90); }
td.TdClassName
{
border-color: #E7B25A;
}
.TagClassName
{
border-color: #E7B25A;
}
</style>