Shades of Gold Tips #EDA92A
Tints of Gold Tips #EDA92A
RGB
CMYK
RGB Variations
Color information
#EDA92A (or 0xEDA92A) is known color: Gold Tips. HEX triplet: ED, A9 and 2A. RGB value is (237,169,42). Sum of RGB (Red+Green+Blue) = 237+169+42=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA92A is #1256D5. Grayscale: #AFAFAF. Windows color (decimal): -1201878 or 2796013. OLE color: 2796013.
HSL color Cylindrical-coordinate representation of color #EDA92A: hue angle of 39.08º 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 #EDA92A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 42 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.07 |
| HSL | 39.08º | 0.84% | 0.55% | - |
| HSV(B) | 39.08º | 0.82% | 0.93% | - |
| XYZ | 49.53 | 46.55 | 8.56 | - |
| YUV | 174.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 42 | 0 | 0.29 | 0.82 | 0.07 | 39.08 | 0.84 | 0.55 |
| Hex | ED | A9 | 2A | 0 | 1D | 52 | 7 | 27 | 54 | 37 |
| Octal | 355 | 251 | 52 | 0 | 35 | 122 | 7 | 47 | 124 | 67 |
| Binary | 11101101 | 10101001 | 101010 | 0 | 11101 | 1010010 | 111 | 100111 | 1010100 | 110111 |
Color Harmonies of #EDA92A
Complementary color
Monochromatic Colors of #EDA92A
Black with #EDA92A
Text Example
Text Example
White with #EDA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA92A; }
p { color: rgb(237,169,42); }
H1.HeaderClassName
{
color: #EDA92A;
}
.AnyTagClassName
{
color: #EDA92A;
}
</style>
background-color css
<style>
a { background-color: #EDA92A; }
a { background-color: rgb(237,169,42); }
div.DivClassName
{
background-color: #EDA92A;
}
.BgClassName
{
background-color: #EDA92A;
}
</style>
border-color css
<style>
span { border-color: #EDA92A; }
span { border-color: rgb(237,169,42); }
td.TdClassName
{
border-color: #EDA92A;
}
.TagClassName
{
border-color: #EDA92A;
}
</style>