Shades of Ronchi #E6BB54
Tints of Ronchi #E6BB54
RGB
CMYK
RGB Variations
Color information
#E6BB54 (or 0xE6BB54) is known color: Ronchi. HEX triplet: E6, BB and 54. RGB value is (230,187,84). Sum of RGB (Red+Green+Blue) = 230+187+84=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BB54 is #1944AB. Grayscale: #BCBCBC. Windows color (decimal): -1655980 or 5553126. OLE color: 5553126.
HSL color Cylindrical-coordinate representation of color #E6BB54: hue angle of 42.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6BB54 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 84 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.10 |
| HSL | 42.33º | 0.74% | 0.62% | - |
| HSV(B) | 42.33º | 0.63% | 0.9% | - |
| XYZ | 52 | 53 | 15.88 | - |
| YUV | 188.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 84 | 0 | 0.19 | 0.63 | 0.10 | 42.33 | 0.74 | 0.62 |
| Hex | E6 | BB | 54 | 0 | 13 | 3F | A | 2A | 4A | 3E |
| Octal | 346 | 273 | 124 | 0 | 23 | 77 | 12 | 52 | 112 | 76 |
| Binary | 11100110 | 10111011 | 1010100 | 0 | 10011 | 111111 | 1010 | 101010 | 1001010 | 111110 |
Color Harmonies of #E6BB54
Complementary color
Monochromatic Colors of #E6BB54
Black with #E6BB54
Text Example
Text Example
White with #E6BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB54; }
p { color: rgb(230,187,84); }
H1.HeaderClassName
{
color: #E6BB54;
}
.AnyTagClassName
{
color: #E6BB54;
}
</style>
background-color css
<style>
a { background-color: #E6BB54; }
a { background-color: rgb(230,187,84); }
div.DivClassName
{
background-color: #E6BB54;
}
.BgClassName
{
background-color: #E6BB54;
}
</style>
border-color css
<style>
span { border-color: #E6BB54; }
span { border-color: rgb(230,187,84); }
td.TdClassName
{
border-color: #E6BB54;
}
.TagClassName
{
border-color: #E6BB54;
}
</style>