Shades of Ronchi #E6B35A
Tints of Ronchi #E6B35A
RGB
CMYK
RGB Variations
Color information
#E6B35A (or 0xE6B35A) is known color: Ronchi. HEX triplet: E6, B3 and 5A. RGB value is (230,179,90). Sum of RGB (Red+Green+Blue) = 230+179+90=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B35A is #194CA5. Grayscale: #B8B8B8. Windows color (decimal): -1658022 or 5944294. OLE color: 5944294.
HSL color Cylindrical-coordinate representation of color #E6B35A: hue angle of 38.14º 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 #E6B35A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 90 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.10 |
| HSL | 38.14º | 0.74% | 0.63% | - |
| HSV(B) | 38.14º | 0.61% | 0.9% | - |
| XYZ | 50.6 | 49.8 | 16.62 | - |
| YUV | 184.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 90 | 0 | 0.22 | 0.61 | 0.10 | 38.14 | 0.74 | 0.63 |
| Hex | E6 | B3 | 5A | 0 | 16 | 3D | A | 26 | 4A | 3F |
| Octal | 346 | 263 | 132 | 0 | 26 | 75 | 12 | 46 | 112 | 77 |
| Binary | 11100110 | 10110011 | 1011010 | 0 | 10110 | 111101 | 1010 | 100110 | 1001010 | 111111 |
Color Harmonies of #E6B35A
Complementary color
Monochromatic Colors of #E6B35A
Black with #E6B35A
Text Example
Text Example
White with #E6B35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B35A; }
p { color: rgb(230,179,90); }
H1.HeaderClassName
{
color: #E6B35A;
}
.AnyTagClassName
{
color: #E6B35A;
}
</style>
background-color css
<style>
a { background-color: #E6B35A; }
a { background-color: rgb(230,179,90); }
div.DivClassName
{
background-color: #E6B35A;
}
.BgClassName
{
background-color: #E6B35A;
}
</style>
border-color css
<style>
span { border-color: #E6B35A; }
span { border-color: rgb(230,179,90); }
td.TdClassName
{
border-color: #E6B35A;
}
.TagClassName
{
border-color: #E6B35A;
}
</style>