Shades of Gold Tips #EDA522
Tints of Gold Tips #EDA522
RGB
CMYK
RGB Variations
Color information
#EDA522 (or 0xEDA522) is known color: Gold Tips. HEX triplet: ED, A5 and 22. RGB value is (237,165,34). Sum of RGB (Red+Green+Blue) = 237+165+34=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA522 is #125ADD. Grayscale: #ACACAC. Windows color (decimal): -1202910 or 2270701. OLE color: 2270701.
HSL color Cylindrical-coordinate representation of color #EDA522: hue angle of 38.72º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDA522 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 34 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.07 |
| HSL | 38.72º | 0.85% | 0.53% | - |
| HSV(B) | 38.72º | 0.86% | 0.93% | - |
| XYZ | 48.67 | 45.03 | 7.64 | - |
| YUV | 171.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 34 | 0 | 0.30 | 0.86 | 0.07 | 38.72 | 0.85 | 0.53 |
| Hex | ED | A5 | 22 | 0 | 1E | 56 | 7 | 27 | 55 | 35 |
| Octal | 355 | 245 | 42 | 0 | 36 | 126 | 7 | 47 | 125 | 65 |
| Binary | 11101101 | 10100101 | 100010 | 0 | 11110 | 1010110 | 111 | 100111 | 1010101 | 110101 |
Color Harmonies of #EDA522
Complementary color
Monochromatic Colors of #EDA522
Black with #EDA522
Text Example
Text Example
White with #EDA522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA522; }
p { color: rgb(237,165,34); }
H1.HeaderClassName
{
color: #EDA522;
}
.AnyTagClassName
{
color: #EDA522;
}
</style>
background-color css
<style>
a { background-color: #EDA522; }
a { background-color: rgb(237,165,34); }
div.DivClassName
{
background-color: #EDA522;
}
.BgClassName
{
background-color: #EDA522;
}
</style>
border-color css
<style>
span { border-color: #EDA522; }
span { border-color: rgb(237,165,34); }
td.TdClassName
{
border-color: #EDA522;
}
.TagClassName
{
border-color: #EDA522;
}
</style>