Shades of Gold Tips #EDB12A
Tints of Gold Tips #EDB12A
RGB
CMYK
RGB Variations
Color information
#EDB12A (or 0xEDB12A) is known color: Gold Tips. HEX triplet: ED, B1 and 2A. RGB value is (237,177,42). Sum of RGB (Red+Green+Blue) = 237+177+42=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB12A is #124ED5. Grayscale: #B4B4B4. Windows color (decimal): -1199830 or 2798061. OLE color: 2798061.
HSL color Cylindrical-coordinate representation of color #EDB12A: hue angle of 41.54º 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 #EDB12A is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 42 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.07 |
| HSL | 41.54º | 0.84% | 0.55% | - |
| HSV(B) | 41.54º | 0.82% | 0.93% | - |
| XYZ | 51.07 | 49.62 | 9.08 | - |
| YUV | 179.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 42 | 0 | 0.25 | 0.82 | 0.07 | 41.54 | 0.84 | 0.55 |
| Hex | ED | B1 | 2A | 0 | 19 | 52 | 7 | 2A | 54 | 37 |
| Octal | 355 | 261 | 52 | 0 | 31 | 122 | 7 | 52 | 124 | 67 |
| Binary | 11101101 | 10110001 | 101010 | 0 | 11001 | 1010010 | 111 | 101010 | 1010100 | 110111 |
Color Harmonies of #EDB12A
Complementary color
Monochromatic Colors of #EDB12A
Black with #EDB12A
Text Example
Text Example
White with #EDB12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB12A; }
p { color: rgb(237,177,42); }
H1.HeaderClassName
{
color: #EDB12A;
}
.AnyTagClassName
{
color: #EDB12A;
}
</style>
background-color css
<style>
a { background-color: #EDB12A; }
a { background-color: rgb(237,177,42); }
div.DivClassName
{
background-color: #EDB12A;
}
.BgClassName
{
background-color: #EDB12A;
}
</style>
border-color css
<style>
span { border-color: #EDB12A; }
span { border-color: rgb(237,177,42); }
td.TdClassName
{
border-color: #EDB12A;
}
.TagClassName
{
border-color: #EDB12A;
}
</style>