Shades of Gold Tips #EDB02C
Tints of Gold Tips #EDB02C
RGB
CMYK
RGB Variations
Color information
#EDB02C (or 0xEDB02C) is known color: Gold Tips. HEX triplet: ED, B0 and 2C. RGB value is (237,176,44). Sum of RGB (Red+Green+Blue) = 237+176+44=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB02C is #124FD3. Grayscale: #B3B3B3. Windows color (decimal): -1200084 or 2928877. OLE color: 2928877.
HSL color Cylindrical-coordinate representation of color #EDB02C: hue angle of 41.04º 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 #EDB02C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 44 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.07 |
| HSL | 41.04º | 0.84% | 0.55% | - |
| HSV(B) | 41.04º | 0.81% | 0.93% | - |
| XYZ | 50.91 | 49.24 | 9.2 | - |
| YUV | 179.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 44 | 0 | 0.26 | 0.81 | 0.07 | 41.04 | 0.84 | 0.55 |
| Hex | ED | B0 | 2C | 0 | 1A | 51 | 7 | 29 | 54 | 37 |
| Octal | 355 | 260 | 54 | 0 | 32 | 121 | 7 | 51 | 124 | 67 |
| Binary | 11101101 | 10110000 | 101100 | 0 | 11010 | 1010001 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #EDB02C
Complementary color
Monochromatic Colors of #EDB02C
Black with #EDB02C
Text Example
Text Example
White with #EDB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB02C; }
p { color: rgb(237,176,44); }
H1.HeaderClassName
{
color: #EDB02C;
}
.AnyTagClassName
{
color: #EDB02C;
}
</style>
background-color css
<style>
a { background-color: #EDB02C; }
a { background-color: rgb(237,176,44); }
div.DivClassName
{
background-color: #EDB02C;
}
.BgClassName
{
background-color: #EDB02C;
}
</style>
border-color css
<style>
span { border-color: #EDB02C; }
span { border-color: rgb(237,176,44); }
td.TdClassName
{
border-color: #EDB02C;
}
.TagClassName
{
border-color: #EDB02C;
}
</style>