Shades of Gold Tips #EDB01A
Tints of Gold Tips #EDB01A
RGB
CMYK
RGB Variations
Color information
#EDB01A (or 0xEDB01A) is known color: Gold Tips. HEX triplet: ED, B0 and 1A. RGB value is (237,176,26). Sum of RGB (Red+Green+Blue) = 237+176+26=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB01A is #124FE5. Grayscale: #B1B1B1. Windows color (decimal): -1200102 or 1749229. OLE color: 1749229.
HSL color Cylindrical-coordinate representation of color #EDB01A: hue angle of 42.65º 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 #EDB01A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 26 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.07 |
| HSL | 42.65º | 0.85% | 0.52% | - |
| HSV(B) | 42.65º | 0.89% | 0.93% | - |
| XYZ | 50.64 | 49.13 | 7.79 | - |
| YUV | 177.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 26 | 0 | 0.26 | 0.89 | 0.07 | 42.65 | 0.85 | 0.52 |
| Hex | ED | B0 | 1A | 0 | 1A | 59 | 7 | 2B | 55 | 34 |
| Octal | 355 | 260 | 32 | 0 | 32 | 131 | 7 | 53 | 125 | 64 |
| Binary | 11101101 | 10110000 | 11010 | 0 | 11010 | 1011001 | 111 | 101011 | 1010101 | 110100 |
Color Harmonies of #EDB01A
Complementary color
Monochromatic Colors of #EDB01A
Black with #EDB01A
Text Example
Text Example
White with #EDB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB01A; }
p { color: rgb(237,176,26); }
H1.HeaderClassName
{
color: #EDB01A;
}
.AnyTagClassName
{
color: #EDB01A;
}
</style>
background-color css
<style>
a { background-color: #EDB01A; }
a { background-color: rgb(237,176,26); }
div.DivClassName
{
background-color: #EDB01A;
}
.BgClassName
{
background-color: #EDB01A;
}
</style>
border-color css
<style>
span { border-color: #EDB01A; }
span { border-color: rgb(237,176,26); }
td.TdClassName
{
border-color: #EDB01A;
}
.TagClassName
{
border-color: #EDB01A;
}
</style>