Shades of Ronchi #E6AF50
Tints of Ronchi #E6AF50
RGB
CMYK
RGB Variations
Color information
#E6AF50 (or 0xE6AF50) is known color: Ronchi. HEX triplet: E6, AF and 50. RGB value is (230,175,80). Sum of RGB (Red+Green+Blue) = 230+175+80=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF50 is #1950AF. Grayscale: #B5B5B5. Windows color (decimal): -1659056 or 5287910. OLE color: 5287910.
HSL color Cylindrical-coordinate representation of color #E6AF50: hue angle of 38º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6AF50 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 80 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.10 |
| HSL | 38º | 0.75% | 0.61% | - |
| HSV(B) | 38º | 0.65% | 0.9% | - |
| XYZ | 49.41 | 48.06 | 14.26 | - |
| YUV | 180.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 80 | 0 | 0.24 | 0.65 | 0.10 | 38 | 0.75 | 0.61 |
| Hex | E6 | AF | 50 | 0 | 18 | 41 | A | 26 | 4B | 3D |
| Octal | 346 | 257 | 120 | 0 | 30 | 101 | 12 | 46 | 113 | 75 |
| Binary | 11100110 | 10101111 | 1010000 | 0 | 11000 | 1000001 | 1010 | 100110 | 1001011 | 111101 |
Color Harmonies of #E6AF50
Complementary color
Monochromatic Colors of #E6AF50
Black with #E6AF50
Text Example
Text Example
White with #E6AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF50; }
p { color: rgb(230,175,80); }
H1.HeaderClassName
{
color: #E6AF50;
}
.AnyTagClassName
{
color: #E6AF50;
}
</style>
background-color css
<style>
a { background-color: #E6AF50; }
a { background-color: rgb(230,175,80); }
div.DivClassName
{
background-color: #E6AF50;
}
.BgClassName
{
background-color: #E6AF50;
}
</style>
border-color css
<style>
span { border-color: #E6AF50; }
span { border-color: rgb(230,175,80); }
td.TdClassName
{
border-color: #E6AF50;
}
.TagClassName
{
border-color: #E6AF50;
}
</style>