Shades of Ronchi #E5AF4C
Tints of Ronchi #E5AF4C
RGB
CMYK
RGB Variations
Color information
#E5AF4C (or 0xE5AF4C) is known color: Ronchi. HEX triplet: E5, AF and 4C. RGB value is (229,175,76). Sum of RGB (Red+Green+Blue) = 229+175+76=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF4C is #1A50B3. Grayscale: #B4B4B4. Windows color (decimal): -1724596 or 5025765. OLE color: 5025765.
HSL color Cylindrical-coordinate representation of color #E5AF4C: hue angle of 38.82º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5AF4C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 76 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.10 |
| HSL | 38.82º | 0.75% | 0.6% | - |
| HSV(B) | 38.82º | 0.67% | 0.9% | - |
| XYZ | 48.95 | 47.84 | 13.49 | - |
| YUV | 179.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 76 | 0 | 0.24 | 0.67 | 0.10 | 38.82 | 0.75 | 0.6 |
| Hex | E5 | AF | 4C | 0 | 18 | 43 | A | 27 | 4B | 3C |
| Octal | 345 | 257 | 114 | 0 | 30 | 103 | 12 | 47 | 113 | 74 |
| Binary | 11100101 | 10101111 | 1001100 | 0 | 11000 | 1000011 | 1010 | 100111 | 1001011 | 111100 |
Color Harmonies of #E5AF4C
Complementary color
Monochromatic Colors of #E5AF4C
Black with #E5AF4C
Text Example
Text Example
White with #E5AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF4C; }
p { color: rgb(229,175,76); }
H1.HeaderClassName
{
color: #E5AF4C;
}
.AnyTagClassName
{
color: #E5AF4C;
}
</style>
background-color css
<style>
a { background-color: #E5AF4C; }
a { background-color: rgb(229,175,76); }
div.DivClassName
{
background-color: #E5AF4C;
}
.BgClassName
{
background-color: #E5AF4C;
}
</style>
border-color css
<style>
span { border-color: #E5AF4C; }
span { border-color: rgb(229,175,76); }
td.TdClassName
{
border-color: #E5AF4C;
}
.TagClassName
{
border-color: #E5AF4C;
}
</style>