Shades of Ronchi #E6B248
Tints of Ronchi #E6B248
RGB
CMYK
RGB Variations
Color information
#E6B248 (or 0xE6B248) is known color: Ronchi. HEX triplet: E6, B2 and 48. RGB value is (230,178,72). Sum of RGB (Red+Green+Blue) = 230+178+72=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B248 is #194DB7. Grayscale: #B5B5B5. Windows color (decimal): -1658296 or 4764390. OLE color: 4764390.
HSL color Cylindrical-coordinate representation of color #E6B248: hue angle of 40.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6B248 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 72 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.10 |
| HSL | 40.25º | 0.76% | 0.59% | - |
| HSV(B) | 40.25º | 0.69% | 0.9% | - |
| XYZ | 49.72 | 49.13 | 12.99 | - |
| YUV | 181.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 72 | 0 | 0.23 | 0.69 | 0.10 | 40.25 | 0.76 | 0.59 |
| Hex | E6 | B2 | 48 | 0 | 17 | 45 | A | 28 | 4C | 3B |
| Octal | 346 | 262 | 110 | 0 | 27 | 105 | 12 | 50 | 114 | 73 |
| Binary | 11100110 | 10110010 | 1001000 | 0 | 10111 | 1000101 | 1010 | 101000 | 1001100 | 111011 |
Color Harmonies of #E6B248
Complementary color
Monochromatic Colors of #E6B248
Black with #E6B248
Text Example
Text Example
White with #E6B248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B248; }
p { color: rgb(230,178,72); }
H1.HeaderClassName
{
color: #E6B248;
}
.AnyTagClassName
{
color: #E6B248;
}
</style>
background-color css
<style>
a { background-color: #E6B248; }
a { background-color: rgb(230,178,72); }
div.DivClassName
{
background-color: #E6B248;
}
.BgClassName
{
background-color: #E6B248;
}
</style>
border-color css
<style>
span { border-color: #E6B248; }
span { border-color: rgb(230,178,72); }
td.TdClassName
{
border-color: #E6B248;
}
.TagClassName
{
border-color: #E6B248;
}
</style>