Shades of Gold Tips #E6BA24
Tints of Gold Tips #E6BA24
RGB
CMYK
RGB Variations
Color information
#E6BA24 (or 0xE6BA24) is known color: Gold Tips. HEX triplet: E6, BA and 24. RGB value is (230,186,36). Sum of RGB (Red+Green+Blue) = 230+186+36=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA24 is #1945DB. Grayscale: #B6B6B6. Windows color (decimal): -1656284 or 2407142. OLE color: 2407142.
HSL color Cylindrical-coordinate representation of color #E6BA24: hue angle of 46.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6BA24 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 36 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.10 |
| HSL | 46.39º | 0.8% | 0.52% | - |
| HSV(B) | 46.39º | 0.84% | 0.9% | - |
| XYZ | 50.51 | 52.07 | 9.06 | - |
| YUV | 182.06 | 45.58 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 36 | 0 | 0.19 | 0.84 | 0.10 | 46.39 | 0.8 | 0.52 |
| Hex | E6 | BA | 24 | 0 | 13 | 54 | A | 2E | 50 | 34 |
| Octal | 346 | 272 | 44 | 0 | 23 | 124 | 12 | 56 | 120 | 64 |
| Binary | 11100110 | 10111010 | 100100 | 0 | 10011 | 1010100 | 1010 | 101110 | 1010000 | 110100 |
Color Harmonies of #E6BA24
Complementary color
Monochromatic Colors of #E6BA24
Black with #E6BA24
Text Example
Text Example
White with #E6BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA24; }
p { color: rgb(230,186,36); }
H1.HeaderClassName
{
color: #E6BA24;
}
.AnyTagClassName
{
color: #E6BA24;
}
</style>
background-color css
<style>
a { background-color: #E6BA24; }
a { background-color: rgb(230,186,36); }
div.DivClassName
{
background-color: #E6BA24;
}
.BgClassName
{
background-color: #E6BA24;
}
</style>
border-color css
<style>
span { border-color: #E6BA24; }
span { border-color: rgb(230,186,36); }
td.TdClassName
{
border-color: #E6BA24;
}
.TagClassName
{
border-color: #E6BA24;
}
</style>