Shades of Ronchi #E6AE4D
Tints of Ronchi #E6AE4D
RGB
CMYK
RGB Variations
Color information
#E6AE4D (or 0xE6AE4D) is known color: Ronchi. HEX triplet: E6, AE and 4D. RGB value is (230,174,77). Sum of RGB (Red+Green+Blue) = 230+174+77=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AE4D is #1951B2. Grayscale: #B4B4B4. Windows color (decimal): -1659315 or 5091046. OLE color: 5091046.
HSL color Cylindrical-coordinate representation of color #E6AE4D: hue angle of 38.04º 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 #E6AE4D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 77 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.10 |
| HSL | 38.04º | 0.75% | 0.6% | - |
| HSV(B) | 38.04º | 0.67% | 0.9% | - |
| XYZ | 49.11 | 47.63 | 13.63 | - |
| YUV | 179.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 77 | 0 | 0.24 | 0.67 | 0.10 | 38.04 | 0.75 | 0.6 |
| Hex | E6 | AE | 4D | 0 | 18 | 43 | A | 26 | 4B | 3C |
| Octal | 346 | 256 | 115 | 0 | 30 | 103 | 12 | 46 | 113 | 74 |
| Binary | 11100110 | 10101110 | 1001101 | 0 | 11000 | 1000011 | 1010 | 100110 | 1001011 | 111100 |
Color Harmonies of #E6AE4D
Complementary color
Monochromatic Colors of #E6AE4D
Black with #E6AE4D
Text Example
Text Example
White with #E6AE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE4D; }
p { color: rgb(230,174,77); }
H1.HeaderClassName
{
color: #E6AE4D;
}
.AnyTagClassName
{
color: #E6AE4D;
}
</style>
background-color css
<style>
a { background-color: #E6AE4D; }
a { background-color: rgb(230,174,77); }
div.DivClassName
{
background-color: #E6AE4D;
}
.BgClassName
{
background-color: #E6AE4D;
}
</style>
border-color css
<style>
span { border-color: #E6AE4D; }
span { border-color: rgb(230,174,77); }
td.TdClassName
{
border-color: #E6AE4D;
}
.TagClassName
{
border-color: #E6AE4D;
}
</style>