Shades of Ronchi #E6BB5A
Tints of Ronchi #E6BB5A
RGB
CMYK
RGB Variations
Color information
#E6BB5A (or 0xE6BB5A) is known color: Ronchi. HEX triplet: E6, BB and 5A. RGB value is (230,187,90). Sum of RGB (Red+Green+Blue) = 230+187+90=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BB5A is #1944A5. Grayscale: #BDBDBD. Windows color (decimal): -1655974 or 5946342. OLE color: 5946342.
HSL color Cylindrical-coordinate representation of color #E6BB5A: hue angle of 41.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6BB5A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 90 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.10 |
| HSL | 41.57º | 0.74% | 0.63% | - |
| HSV(B) | 41.57º | 0.61% | 0.9% | - |
| XYZ | 52.25 | 53.1 | 17.17 | - |
| YUV | 188.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 90 | 0 | 0.19 | 0.61 | 0.10 | 41.57 | 0.74 | 0.63 |
| Hex | E6 | BB | 5A | 0 | 13 | 3D | A | 2A | 4A | 3F |
| Octal | 346 | 273 | 132 | 0 | 23 | 75 | 12 | 52 | 112 | 77 |
| Binary | 11100110 | 10111011 | 1011010 | 0 | 10011 | 111101 | 1010 | 101010 | 1001010 | 111111 |
Color Harmonies of #E6BB5A
Complementary color
Monochromatic Colors of #E6BB5A
Black with #E6BB5A
Text Example
Text Example
White with #E6BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB5A; }
p { color: rgb(230,187,90); }
H1.HeaderClassName
{
color: #E6BB5A;
}
.AnyTagClassName
{
color: #E6BB5A;
}
</style>
background-color css
<style>
a { background-color: #E6BB5A; }
a { background-color: rgb(230,187,90); }
div.DivClassName
{
background-color: #E6BB5A;
}
.BgClassName
{
background-color: #E6BB5A;
}
</style>
border-color css
<style>
span { border-color: #E6BB5A; }
span { border-color: rgb(230,187,90); }
td.TdClassName
{
border-color: #E6BB5A;
}
.TagClassName
{
border-color: #E6BB5A;
}
</style>