Shades of Gold Tips #EDA422
Tints of Gold Tips #EDA422
RGB
CMYK
RGB Variations
Color information
#EDA422 (or 0xEDA422) is known color: Gold Tips. HEX triplet: ED, A4 and 22. RGB value is (237,164,34). Sum of RGB (Red+Green+Blue) = 237+164+34=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA422 is #125BDD. Grayscale: #ABABAB. Windows color (decimal): -1203166 or 2270445. OLE color: 2270445.
HSL color Cylindrical-coordinate representation of color #EDA422: hue angle of 38.42º 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 #EDA422 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 34 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.07 |
| HSL | 38.42º | 0.85% | 0.53% | - |
| HSV(B) | 38.42º | 0.86% | 0.93% | - |
| XYZ | 48.49 | 44.67 | 7.58 | - |
| YUV | 171.01 | 50.68 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 34 | 0 | 0.31 | 0.86 | 0.07 | 38.42 | 0.85 | 0.53 |
| Hex | ED | A4 | 22 | 0 | 1F | 56 | 7 | 26 | 55 | 35 |
| Octal | 355 | 244 | 42 | 0 | 37 | 126 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100100 | 100010 | 0 | 11111 | 1010110 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA422
Complementary color
Monochromatic Colors of #EDA422
Black with #EDA422
Text Example
Text Example
White with #EDA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA422; }
p { color: rgb(237,164,34); }
H1.HeaderClassName
{
color: #EDA422;
}
.AnyTagClassName
{
color: #EDA422;
}
</style>
background-color css
<style>
a { background-color: #EDA422; }
a { background-color: rgb(237,164,34); }
div.DivClassName
{
background-color: #EDA422;
}
.BgClassName
{
background-color: #EDA422;
}
</style>
border-color css
<style>
span { border-color: #EDA422; }
span { border-color: rgb(237,164,34); }
td.TdClassName
{
border-color: #EDA422;
}
.TagClassName
{
border-color: #EDA422;
}
</style>