Shades of Ronchi #E6BD58
Tints of Ronchi #E6BD58
RGB
CMYK
RGB Variations
Color information
#E6BD58 (or 0xE6BD58) is known color: Ronchi. HEX triplet: E6, BD and 58. RGB value is (230,189,88). Sum of RGB (Red+Green+Blue) = 230+189+88=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD58 is #1942A7. Grayscale: #BEBEBE. Windows color (decimal): -1655464 or 5815782. OLE color: 5815782.
HSL color Cylindrical-coordinate representation of color #E6BD58: hue angle of 42.68º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6BD58 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 88 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.10 |
| HSL | 42.68º | 0.74% | 0.62% | - |
| HSV(B) | 42.68º | 0.62% | 0.9% | - |
| XYZ | 52.59 | 53.92 | 16.87 | - |
| YUV | 189.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 88 | 0 | 0.18 | 0.62 | 0.10 | 42.68 | 0.74 | 0.62 |
| Hex | E6 | BD | 58 | 0 | 12 | 3E | A | 2B | 4A | 3E |
| Octal | 346 | 275 | 130 | 0 | 22 | 76 | 12 | 53 | 112 | 76 |
| Binary | 11100110 | 10111101 | 1011000 | 0 | 10010 | 111110 | 1010 | 101011 | 1001010 | 111110 |
Color Harmonies of #E6BD58
Complementary color
Monochromatic Colors of #E6BD58
Black with #E6BD58
Text Example
Text Example
White with #E6BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD58; }
p { color: rgb(230,189,88); }
H1.HeaderClassName
{
color: #E6BD58;
}
.AnyTagClassName
{
color: #E6BD58;
}
</style>
background-color css
<style>
a { background-color: #E6BD58; }
a { background-color: rgb(230,189,88); }
div.DivClassName
{
background-color: #E6BD58;
}
.BgClassName
{
background-color: #E6BD58;
}
</style>
border-color css
<style>
span { border-color: #E6BD58; }
span { border-color: rgb(230,189,88); }
td.TdClassName
{
border-color: #E6BD58;
}
.TagClassName
{
border-color: #E6BD58;
}
</style>