Shades of Gold Tips #EDAF28
Tints of Gold Tips #EDAF28
RGB
CMYK
RGB Variations
Color information
#EDAF28 (or 0xEDAF28) is known color: Gold Tips. HEX triplet: ED, AF and 28. RGB value is (237,175,40). Sum of RGB (Red+Green+Blue) = 237+175+40=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF28 is #1250D7. Grayscale: #B2B2B2. Windows color (decimal): -1200344 or 2666477. OLE color: 2666477.
HSL color Cylindrical-coordinate representation of color #EDAF28: hue angle of 41.12º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDAF28 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 40 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.07 |
| HSL | 41.12º | 0.85% | 0.54% | - |
| HSV(B) | 41.12º | 0.83% | 0.93% | - |
| XYZ | 50.64 | 48.82 | 8.76 | - |
| YUV | 178.15 | 50.04 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 40 | 0 | 0.26 | 0.83 | 0.07 | 41.12 | 0.85 | 0.54 |
| Hex | ED | AF | 28 | 0 | 1A | 53 | 7 | 29 | 55 | 36 |
| Octal | 355 | 257 | 50 | 0 | 32 | 123 | 7 | 51 | 125 | 66 |
| Binary | 11101101 | 10101111 | 101000 | 0 | 11010 | 1010011 | 111 | 101001 | 1010101 | 110110 |
Color Harmonies of #EDAF28
Complementary color
Monochromatic Colors of #EDAF28
Black with #EDAF28
Text Example
Text Example
White with #EDAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF28; }
p { color: rgb(237,175,40); }
H1.HeaderClassName
{
color: #EDAF28;
}
.AnyTagClassName
{
color: #EDAF28;
}
</style>
background-color css
<style>
a { background-color: #EDAF28; }
a { background-color: rgb(237,175,40); }
div.DivClassName
{
background-color: #EDAF28;
}
.BgClassName
{
background-color: #EDAF28;
}
</style>
border-color css
<style>
span { border-color: #EDAF28; }
span { border-color: rgb(237,175,40); }
td.TdClassName
{
border-color: #EDAF28;
}
.TagClassName
{
border-color: #EDAF28;
}
</style>