Shades of Ronchi #E8BE5A
Tints of Ronchi #E8BE5A
RGB
CMYK
RGB Variations
Color information
#E8BE5A (or 0xE8BE5A) is known color: Ronchi. HEX triplet: E8, BE and 5A. RGB value is (232,190,90). Sum of RGB (Red+Green+Blue) = 232+190+90=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BE5A is #1741A5. Grayscale: #BFBFBF. Windows color (decimal): -1524134 or 5947112. OLE color: 5947112.
HSL color Cylindrical-coordinate representation of color #E8BE5A: hue angle of 42.25º 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 #E8BE5A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 90 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.09 |
| HSL | 42.25º | 0.76% | 0.63% | - |
| HSV(B) | 42.25º | 0.61% | 0.91% | - |
| XYZ | 53.54 | 54.72 | 17.41 | - |
| YUV | 191.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 90 | 0 | 0.18 | 0.61 | 0.09 | 42.25 | 0.76 | 0.63 |
| Hex | E8 | BE | 5A | 0 | 12 | 3D | 9 | 2A | 4C | 3F |
| Octal | 350 | 276 | 132 | 0 | 22 | 75 | 11 | 52 | 114 | 77 |
| Binary | 11101000 | 10111110 | 1011010 | 0 | 10010 | 111101 | 1001 | 101010 | 1001100 | 111111 |
Color Harmonies of #E8BE5A
Complementary color
Monochromatic Colors of #E8BE5A
Black with #E8BE5A
Text Example
Text Example
White with #E8BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BE5A; }
p { color: rgb(232,190,90); }
H1.HeaderClassName
{
color: #E8BE5A;
}
.AnyTagClassName
{
color: #E8BE5A;
}
</style>
background-color css
<style>
a { background-color: #E8BE5A; }
a { background-color: rgb(232,190,90); }
div.DivClassName
{
background-color: #E8BE5A;
}
.BgClassName
{
background-color: #E8BE5A;
}
</style>
border-color css
<style>
span { border-color: #E8BE5A; }
span { border-color: rgb(232,190,90); }
td.TdClassName
{
border-color: #E8BE5A;
}
.TagClassName
{
border-color: #E8BE5A;
}
</style>