Shades of Gold Tips #EDB41A
Tints of Gold Tips #EDB41A
RGB
CMYK
RGB Variations
Color information
#EDB41A (or 0xEDB41A) is known color: Gold Tips. HEX triplet: ED, B4 and 1A. RGB value is (237,180,26). Sum of RGB (Red+Green+Blue) = 237+180+26=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB41A is #124BE5. Grayscale: #B4B4B4. Windows color (decimal): -1199078 or 1750253. OLE color: 1750253.
HSL color Cylindrical-coordinate representation of color #EDB41A: hue angle of 43.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDB41A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.79º | 0.85% | 0.52% | - |
| HSV(B) | 43.79º | 0.89% | 0.93% | - |
| XYZ | 51.43 | 50.72 | 8.06 | - |
| YUV | 179.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 26 | 0 | 0.24 | 0.89 | 0.07 | 43.79 | 0.85 | 0.52 |
| Hex | ED | B4 | 1A | 0 | 18 | 59 | 7 | 2C | 55 | 34 |
| Octal | 355 | 264 | 32 | 0 | 30 | 131 | 7 | 54 | 125 | 64 |
| Binary | 11101101 | 10110100 | 11010 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110100 |
Color Harmonies of #EDB41A
Complementary color
Monochromatic Colors of #EDB41A
Black with #EDB41A
Text Example
Text Example
White with #EDB41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB41A; }
p { color: rgb(237,180,26); }
H1.HeaderClassName
{
color: #EDB41A;
}
.AnyTagClassName
{
color: #EDB41A;
}
</style>
background-color css
<style>
a { background-color: #EDB41A; }
a { background-color: rgb(237,180,26); }
div.DivClassName
{
background-color: #EDB41A;
}
.BgClassName
{
background-color: #EDB41A;
}
</style>
border-color css
<style>
span { border-color: #EDB41A; }
span { border-color: rgb(237,180,26); }
td.TdClassName
{
border-color: #EDB41A;
}
.TagClassName
{
border-color: #EDB41A;
}
</style>