Shades of Ronchi #E8B45A
Tints of Ronchi #E8B45A
RGB
CMYK
RGB Variations
Color information
#E8B45A (or 0xE8B45A) is known color: Ronchi. HEX triplet: E8, B4 and 5A. RGB value is (232,180,90). Sum of RGB (Red+Green+Blue) = 232+180+90=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B45A is #174BA5. Grayscale: #B9B9B9. Windows color (decimal): -1526694 or 5944552. OLE color: 5944552.
HSL color Cylindrical-coordinate representation of color #E8B45A: hue angle of 38.03º degrees, saturation: 0.76, 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 #E8B45A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 90 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.09 |
| HSL | 38.03º | 0.76% | 0.63% | - |
| HSV(B) | 38.03º | 0.61% | 0.91% | - |
| XYZ | 51.45 | 50.54 | 16.72 | - |
| YUV | 185.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 90 | 0 | 0.22 | 0.61 | 0.09 | 38.03 | 0.76 | 0.63 |
| Hex | E8 | B4 | 5A | 0 | 16 | 3D | 9 | 26 | 4C | 3F |
| Octal | 350 | 264 | 132 | 0 | 26 | 75 | 11 | 46 | 114 | 77 |
| Binary | 11101000 | 10110100 | 1011010 | 0 | 10110 | 111101 | 1001 | 100110 | 1001100 | 111111 |
Color Harmonies of #E8B45A
Complementary color
Monochromatic Colors of #E8B45A
Black with #E8B45A
Text Example
Text Example
White with #E8B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B45A; }
p { color: rgb(232,180,90); }
H1.HeaderClassName
{
color: #E8B45A;
}
.AnyTagClassName
{
color: #E8B45A;
}
</style>
background-color css
<style>
a { background-color: #E8B45A; }
a { background-color: rgb(232,180,90); }
div.DivClassName
{
background-color: #E8B45A;
}
.BgClassName
{
background-color: #E8B45A;
}
</style>
border-color css
<style>
span { border-color: #E8B45A; }
span { border-color: rgb(232,180,90); }
td.TdClassName
{
border-color: #E8B45A;
}
.TagClassName
{
border-color: #E8B45A;
}
</style>