Shades of Ronchi #E7AF4D
Tints of Ronchi #E7AF4D
RGB
CMYK
RGB Variations
Color information
#E7AF4D (or 0xE7AF4D) is known color: Ronchi. HEX triplet: E7, AF and 4D. RGB value is (231,175,77). Sum of RGB (Red+Green+Blue) = 231+175+77=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF4D is #1850B2. Grayscale: #B5B5B5. Windows color (decimal): -1593523 or 5091303. OLE color: 5091303.
HSL color Cylindrical-coordinate representation of color #E7AF4D: hue angle of 38.18º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7AF4D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 77 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.09 |
| HSL | 38.18º | 0.76% | 0.6% | - |
| HSV(B) | 38.18º | 0.67% | 0.91% | - |
| XYZ | 49.62 | 48.18 | 13.71 | - |
| YUV | 180.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 77 | 0 | 0.24 | 0.67 | 0.09 | 38.18 | 0.76 | 0.6 |
| Hex | E7 | AF | 4D | 0 | 18 | 43 | 9 | 26 | 4C | 3C |
| Octal | 347 | 257 | 115 | 0 | 30 | 103 | 11 | 46 | 114 | 74 |
| Binary | 11100111 | 10101111 | 1001101 | 0 | 11000 | 1000011 | 1001 | 100110 | 1001100 | 111100 |
Color Harmonies of #E7AF4D
Complementary color
Monochromatic Colors of #E7AF4D
Black with #E7AF4D
Text Example
Text Example
White with #E7AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF4D; }
p { color: rgb(231,175,77); }
H1.HeaderClassName
{
color: #E7AF4D;
}
.AnyTagClassName
{
color: #E7AF4D;
}
</style>
background-color css
<style>
a { background-color: #E7AF4D; }
a { background-color: rgb(231,175,77); }
div.DivClassName
{
background-color: #E7AF4D;
}
.BgClassName
{
background-color: #E7AF4D;
}
</style>
border-color css
<style>
span { border-color: #E7AF4D; }
span { border-color: rgb(231,175,77); }
td.TdClassName
{
border-color: #E7AF4D;
}
.TagClassName
{
border-color: #E7AF4D;
}
</style>