Shades of Gold Tips #EDB51F
Tints of Gold Tips #EDB51F
RGB
CMYK
RGB Variations
Color information
#EDB51F (or 0xEDB51F) is known color: Gold Tips. HEX triplet: ED, B5 and 1F. RGB value is (237,181,31). Sum of RGB (Red+Green+Blue) = 237+181+31=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB51F is #124AE0. Grayscale: #B5B5B5. Windows color (decimal): -1198817 or 2078189. OLE color: 2078189.
HSL color Cylindrical-coordinate representation of color #EDB51F: hue angle of 43.69º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDB51F is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 31 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.07 |
| HSL | 43.69º | 0.85% | 0.53% | - |
| HSV(B) | 43.69º | 0.87% | 0.93% | - |
| XYZ | 51.7 | 51.15 | 8.44 | - |
| YUV | 180.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 31 | 0 | 0.24 | 0.87 | 0.07 | 43.69 | 0.85 | 0.53 |
| Hex | ED | B5 | 1F | 0 | 18 | 57 | 7 | 2C | 55 | 35 |
| Octal | 355 | 265 | 37 | 0 | 30 | 127 | 7 | 54 | 125 | 65 |
| Binary | 11101101 | 10110101 | 11111 | 0 | 11000 | 1010111 | 111 | 101100 | 1010101 | 110101 |
Color Harmonies of #EDB51F
Complementary color
Monochromatic Colors of #EDB51F
Black with #EDB51F
Text Example
Text Example
White with #EDB51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB51F; }
p { color: rgb(237,181,31); }
H1.HeaderClassName
{
color: #EDB51F;
}
.AnyTagClassName
{
color: #EDB51F;
}
</style>
background-color css
<style>
a { background-color: #EDB51F; }
a { background-color: rgb(237,181,31); }
div.DivClassName
{
background-color: #EDB51F;
}
.BgClassName
{
background-color: #EDB51F;
}
</style>
border-color css
<style>
span { border-color: #EDB51F; }
span { border-color: rgb(237,181,31); }
td.TdClassName
{
border-color: #EDB51F;
}
.TagClassName
{
border-color: #EDB51F;
}
</style>