Shades of Ronchi #E6B24D
Tints of Ronchi #E6B24D
RGB
CMYK
RGB Variations
Color information
#E6B24D (or 0xE6B24D) is known color: Ronchi. HEX triplet: E6, B2 and 4D. RGB value is (230,178,77). Sum of RGB (Red+Green+Blue) = 230+178+77=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B24D is #194DB2. Grayscale: #B6B6B6. Windows color (decimal): -1658291 or 5092070. OLE color: 5092070.
HSL color Cylindrical-coordinate representation of color #E6B24D: hue angle of 39.61º 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 #E6B24D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 77 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.10 |
| HSL | 39.61º | 0.75% | 0.6% | - |
| HSV(B) | 39.61º | 0.67% | 0.9% | - |
| XYZ | 49.89 | 49.2 | 13.89 | - |
| YUV | 182.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 77 | 0 | 0.23 | 0.67 | 0.10 | 39.61 | 0.75 | 0.6 |
| Hex | E6 | B2 | 4D | 0 | 17 | 43 | A | 28 | 4B | 3C |
| Octal | 346 | 262 | 115 | 0 | 27 | 103 | 12 | 50 | 113 | 74 |
| Binary | 11100110 | 10110010 | 1001101 | 0 | 10111 | 1000011 | 1010 | 101000 | 1001011 | 111100 |
Color Harmonies of #E6B24D
Complementary color
Monochromatic Colors of #E6B24D
Black with #E6B24D
Text Example
Text Example
White with #E6B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B24D; }
p { color: rgb(230,178,77); }
H1.HeaderClassName
{
color: #E6B24D;
}
.AnyTagClassName
{
color: #E6B24D;
}
</style>
background-color css
<style>
a { background-color: #E6B24D; }
a { background-color: rgb(230,178,77); }
div.DivClassName
{
background-color: #E6B24D;
}
.BgClassName
{
background-color: #E6B24D;
}
</style>
border-color css
<style>
span { border-color: #E6B24D; }
span { border-color: rgb(230,178,77); }
td.TdClassName
{
border-color: #E6B24D;
}
.TagClassName
{
border-color: #E6B24D;
}
</style>