Shades of Gold Tips #EDB41B
Tints of Gold Tips #EDB41B
RGB
CMYK
RGB Variations
Color information
#EDB41B (or 0xEDB41B) is known color: Gold Tips. HEX triplet: ED, B4 and 1B. RGB value is (237,180,27). Sum of RGB (Red+Green+Blue) = 237+180+27=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB41B is #124BE4. Grayscale: #B4B4B4. Windows color (decimal): -1199077 or 1815789. OLE color: 1815789.
HSL color Cylindrical-coordinate representation of color #EDB41B: hue angle of 43.71º 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 #EDB41B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 27 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.71º | 0.85% | 0.52% | - |
| HSV(B) | 43.71º | 0.89% | 0.93% | - |
| XYZ | 51.44 | 50.73 | 8.12 | - |
| YUV | 179.6 | 41.88 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 27 | 0 | 0.24 | 0.89 | 0.07 | 43.71 | 0.85 | 0.52 |
| Hex | ED | B4 | 1B | 0 | 18 | 59 | 7 | 2C | 55 | 34 |
| Octal | 355 | 264 | 33 | 0 | 30 | 131 | 7 | 54 | 125 | 64 |
| Binary | 11101101 | 10110100 | 11011 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110100 |
Color Harmonies of #EDB41B
Complementary color
Monochromatic Colors of #EDB41B
Black with #EDB41B
Text Example
Text Example
White with #EDB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB41B; }
p { color: rgb(237,180,27); }
H1.HeaderClassName
{
color: #EDB41B;
}
.AnyTagClassName
{
color: #EDB41B;
}
</style>
background-color css
<style>
a { background-color: #EDB41B; }
a { background-color: rgb(237,180,27); }
div.DivClassName
{
background-color: #EDB41B;
}
.BgClassName
{
background-color: #EDB41B;
}
</style>
border-color css
<style>
span { border-color: #EDB41B; }
span { border-color: rgb(237,180,27); }
td.TdClassName
{
border-color: #EDB41B;
}
.TagClassName
{
border-color: #EDB41B;
}
</style>