Shades of Gold Tips #EDB31A
Tints of Gold Tips #EDB31A
RGB
CMYK
RGB Variations
Color information
#EDB31A (or 0xEDB31A) is known color: Gold Tips. HEX triplet: ED, B3 and 1A. RGB value is (237,179,26). Sum of RGB (Red+Green+Blue) = 237+179+26=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB31A is #124CE5. Grayscale: #B3B3B3. Windows color (decimal): -1199334 or 1749997. OLE color: 1749997.
HSL color Cylindrical-coordinate representation of color #EDB31A: hue angle of 43.51º 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 #EDB31A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.51º | 0.85% | 0.52% | - |
| HSV(B) | 43.51º | 0.89% | 0.93% | - |
| XYZ | 51.23 | 50.32 | 7.99 | - |
| YUV | 178.9 | 41.72 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 26 | 0 | 0.24 | 0.89 | 0.07 | 43.51 | 0.85 | 0.52 |
| Hex | ED | B3 | 1A | 0 | 18 | 59 | 7 | 2C | 55 | 34 |
| Octal | 355 | 263 | 32 | 0 | 30 | 131 | 7 | 54 | 125 | 64 |
| Binary | 11101101 | 10110011 | 11010 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110100 |
Color Harmonies of #EDB31A
Complementary color
Monochromatic Colors of #EDB31A
Black with #EDB31A
Text Example
Text Example
White with #EDB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB31A; }
p { color: rgb(237,179,26); }
H1.HeaderClassName
{
color: #EDB31A;
}
.AnyTagClassName
{
color: #EDB31A;
}
</style>
background-color css
<style>
a { background-color: #EDB31A; }
a { background-color: rgb(237,179,26); }
div.DivClassName
{
background-color: #EDB31A;
}
.BgClassName
{
background-color: #EDB31A;
}
</style>
border-color css
<style>
span { border-color: #EDB31A; }
span { border-color: rgb(237,179,26); }
td.TdClassName
{
border-color: #EDB31A;
}
.TagClassName
{
border-color: #EDB31A;
}
</style>