Shades of Gold Tips #EDB02A
Tints of Gold Tips #EDB02A
RGB
CMYK
RGB Variations
Color information
#EDB02A (or 0xEDB02A) is known color: Gold Tips. HEX triplet: ED, B0 and 2A. RGB value is (237,176,42). Sum of RGB (Red+Green+Blue) = 237+176+42=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB02A is #124FD5. Grayscale: #B3B3B3. Windows color (decimal): -1200086 or 2797805. OLE color: 2797805.
HSL color Cylindrical-coordinate representation of color #EDB02A: hue angle of 41.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDB02A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 42 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.07 |
| HSL | 41.23º | 0.84% | 0.55% | - |
| HSV(B) | 41.23º | 0.82% | 0.93% | - |
| XYZ | 50.87 | 49.22 | 9.01 | - |
| YUV | 178.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 42 | 0 | 0.26 | 0.82 | 0.07 | 41.23 | 0.84 | 0.55 |
| Hex | ED | B0 | 2A | 0 | 1A | 52 | 7 | 29 | 54 | 37 |
| Octal | 355 | 260 | 52 | 0 | 32 | 122 | 7 | 51 | 124 | 67 |
| Binary | 11101101 | 10110000 | 101010 | 0 | 11010 | 1010010 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #EDB02A
Complementary color
Monochromatic Colors of #EDB02A
Black with #EDB02A
Text Example
Text Example
White with #EDB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB02A; }
p { color: rgb(237,176,42); }
H1.HeaderClassName
{
color: #EDB02A;
}
.AnyTagClassName
{
color: #EDB02A;
}
</style>
background-color css
<style>
a { background-color: #EDB02A; }
a { background-color: rgb(237,176,42); }
div.DivClassName
{
background-color: #EDB02A;
}
.BgClassName
{
background-color: #EDB02A;
}
</style>
border-color css
<style>
span { border-color: #EDB02A; }
span { border-color: rgb(237,176,42); }
td.TdClassName
{
border-color: #EDB02A;
}
.TagClassName
{
border-color: #EDB02A;
}
</style>