Shades of Gold Tips #EDB61F
Tints of Gold Tips #EDB61F
RGB
CMYK
RGB Variations
Color information
#EDB61F (or 0xEDB61F) is known color: Gold Tips. HEX triplet: ED, B6 and 1F. RGB value is (237,182,31). Sum of RGB (Red+Green+Blue) = 237+182+31=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB61F is #1249E0. Grayscale: #B5B5B5. Windows color (decimal): -1198561 or 2078445. OLE color: 2078445.
HSL color Cylindrical-coordinate representation of color #EDB61F: hue angle of 43.98º 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 #EDB61F is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 31 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.07 |
| HSL | 43.98º | 0.85% | 0.53% | - |
| HSV(B) | 43.98º | 0.87% | 0.93% | - |
| XYZ | 51.9 | 51.56 | 8.51 | - |
| YUV | 181.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 31 | 0 | 0.23 | 0.87 | 0.07 | 43.98 | 0.85 | 0.53 |
| Hex | ED | B6 | 1F | 0 | 17 | 57 | 7 | 2C | 55 | 35 |
| Octal | 355 | 266 | 37 | 0 | 27 | 127 | 7 | 54 | 125 | 65 |
| Binary | 11101101 | 10110110 | 11111 | 0 | 10111 | 1010111 | 111 | 101100 | 1010101 | 110101 |
Color Harmonies of #EDB61F
Complementary color
Monochromatic Colors of #EDB61F
Black with #EDB61F
Text Example
Text Example
White with #EDB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB61F; }
p { color: rgb(237,182,31); }
H1.HeaderClassName
{
color: #EDB61F;
}
.AnyTagClassName
{
color: #EDB61F;
}
</style>
background-color css
<style>
a { background-color: #EDB61F; }
a { background-color: rgb(237,182,31); }
div.DivClassName
{
background-color: #EDB61F;
}
.BgClassName
{
background-color: #EDB61F;
}
</style>
border-color css
<style>
span { border-color: #EDB61F; }
span { border-color: rgb(237,182,31); }
td.TdClassName
{
border-color: #EDB61F;
}
.TagClassName
{
border-color: #EDB61F;
}
</style>