Shades of Gold Tips #EDA91C
Tints of Gold Tips #EDA91C
RGB
CMYK
RGB Variations
Color information
#EDA91C (or 0xEDA91C) is known color: Gold Tips. HEX triplet: ED, A9 and 1C. RGB value is (237,169,28). Sum of RGB (Red+Green+Blue) = 237+169+28=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA91C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA91C is #1256E3. Grayscale: #ADADAD. Windows color (decimal): -1201892 or 1878509. OLE color: 1878509.
HSL color Cylindrical-coordinate representation of color #EDA91C: hue angle of 40.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDA91C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 28 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.07 |
| HSL | 40.48º | 0.85% | 0.52% | - |
| HSV(B) | 40.48º | 0.88% | 0.93% | - |
| XYZ | 49.32 | 46.46 | 7.47 | - |
| YUV | 173.26 | 46.03 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 28 | 0 | 0.29 | 0.88 | 0.07 | 40.48 | 0.85 | 0.52 |
| Hex | ED | A9 | 1C | 0 | 1D | 58 | 7 | 28 | 55 | 34 |
| Octal | 355 | 251 | 34 | 0 | 35 | 130 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10101001 | 11100 | 0 | 11101 | 1011000 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA91C
Complementary color
Monochromatic Colors of #EDA91C
Black with #EDA91C
Text Example
Text Example
White with #EDA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA91C; }
p { color: rgb(237,169,28); }
H1.HeaderClassName
{
color: #EDA91C;
}
.AnyTagClassName
{
color: #EDA91C;
}
</style>
background-color css
<style>
a { background-color: #EDA91C; }
a { background-color: rgb(237,169,28); }
div.DivClassName
{
background-color: #EDA91C;
}
.BgClassName
{
background-color: #EDA91C;
}
</style>
border-color css
<style>
span { border-color: #EDA91C; }
span { border-color: rgb(237,169,28); }
td.TdClassName
{
border-color: #EDA91C;
}
.TagClassName
{
border-color: #EDA91C;
}
</style>