Shades of Ronchi #E6B45B
Tints of Ronchi #E6B45B
RGB
CMYK
RGB Variations
Color information
#E6B45B (or 0xE6B45B) is known color: Ronchi. HEX triplet: E6, B4 and 5B. RGB value is (230,180,91). Sum of RGB (Red+Green+Blue) = 230+180+91=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B45B is #194BA4. Grayscale: #B9B9B9. Windows color (decimal): -1657765 or 6010086. OLE color: 6010086.
HSL color Cylindrical-coordinate representation of color #E6B45B: hue angle of 38.42º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6B45B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 91 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.10 |
| HSL | 38.42º | 0.74% | 0.63% | - |
| HSV(B) | 38.42º | 0.6% | 0.9% | - |
| XYZ | 50.84 | 50.22 | 16.91 | - |
| YUV | 184.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 91 | 0 | 0.22 | 0.60 | 0.10 | 38.42 | 0.74 | 0.63 |
| Hex | E6 | B4 | 5B | 0 | 16 | 3C | A | 26 | 4A | 3F |
| Octal | 346 | 264 | 133 | 0 | 26 | 74 | 12 | 46 | 112 | 77 |
| Binary | 11100110 | 10110100 | 1011011 | 0 | 10110 | 111100 | 1010 | 100110 | 1001010 | 111111 |
Color Harmonies of #E6B45B
Complementary color
Monochromatic Colors of #E6B45B
Black with #E6B45B
Text Example
Text Example
White with #E6B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B45B; }
p { color: rgb(230,180,91); }
H1.HeaderClassName
{
color: #E6B45B;
}
.AnyTagClassName
{
color: #E6B45B;
}
</style>
background-color css
<style>
a { background-color: #E6B45B; }
a { background-color: rgb(230,180,91); }
div.DivClassName
{
background-color: #E6B45B;
}
.BgClassName
{
background-color: #E6B45B;
}
</style>
border-color css
<style>
span { border-color: #E6B45B; }
span { border-color: rgb(230,180,91); }
td.TdClassName
{
border-color: #E6B45B;
}
.TagClassName
{
border-color: #E6B45B;
}
</style>