Shades of Gold Tips #EDB02D
Tints of Gold Tips #EDB02D
RGB
CMYK
RGB Variations
Color information
#EDB02D (or 0xEDB02D) is known color: Gold Tips. HEX triplet: ED, B0 and 2D. RGB value is (237,176,45). Sum of RGB (Red+Green+Blue) = 237+176+45=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB02D is #124FD2. Grayscale: #B3B3B3. Windows color (decimal): -1200083 or 2994413. OLE color: 2994413.
HSL color Cylindrical-coordinate representation of color #EDB02D: hue angle of 40.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDB02D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 45 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.07 |
| HSL | 40.94º | 0.84% | 0.55% | - |
| HSV(B) | 40.94º | 0.81% | 0.93% | - |
| XYZ | 50.92 | 49.24 | 9.3 | - |
| YUV | 179.31 | 52.21 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 45 | 0 | 0.26 | 0.81 | 0.07 | 40.94 | 0.84 | 0.55 |
| Hex | ED | B0 | 2D | 0 | 1A | 51 | 7 | 29 | 54 | 37 |
| Octal | 355 | 260 | 55 | 0 | 32 | 121 | 7 | 51 | 124 | 67 |
| Binary | 11101101 | 10110000 | 101101 | 0 | 11010 | 1010001 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #EDB02D
Complementary color
Monochromatic Colors of #EDB02D
Black with #EDB02D
Text Example
Text Example
White with #EDB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB02D; }
p { color: rgb(237,176,45); }
H1.HeaderClassName
{
color: #EDB02D;
}
.AnyTagClassName
{
color: #EDB02D;
}
</style>
background-color css
<style>
a { background-color: #EDB02D; }
a { background-color: rgb(237,176,45); }
div.DivClassName
{
background-color: #EDB02D;
}
.BgClassName
{
background-color: #EDB02D;
}
</style>
border-color css
<style>
span { border-color: #EDB02D; }
span { border-color: rgb(237,176,45); }
td.TdClassName
{
border-color: #EDB02D;
}
.TagClassName
{
border-color: #EDB02D;
}
</style>