Shades of Gold Tips #EDAD28
Tints of Gold Tips #EDAD28
RGB
CMYK
RGB Variations
Color information
#EDAD28 (or 0xEDAD28) is known color: Gold Tips. HEX triplet: ED, AD and 28. RGB value is (237,173,40). Sum of RGB (Red+Green+Blue) = 237+173+40=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD28 is #1252D7. Grayscale: #B1B1B1. Windows color (decimal): -1200856 or 2665965. OLE color: 2665965.
HSL color Cylindrical-coordinate representation of color #EDAD28: hue angle of 40.51º 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 #EDAD28 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 40 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.07 |
| HSL | 40.51º | 0.85% | 0.54% | - |
| HSV(B) | 40.51º | 0.83% | 0.93% | - |
| XYZ | 50.25 | 48.04 | 8.63 | - |
| YUV | 176.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 40 | 0 | 0.27 | 0.83 | 0.07 | 40.51 | 0.85 | 0.54 |
| Hex | ED | AD | 28 | 0 | 1B | 53 | 7 | 29 | 55 | 36 |
| Octal | 355 | 255 | 50 | 0 | 33 | 123 | 7 | 51 | 125 | 66 |
| Binary | 11101101 | 10101101 | 101000 | 0 | 11011 | 1010011 | 111 | 101001 | 1010101 | 110110 |
Color Harmonies of #EDAD28
Complementary color
Monochromatic Colors of #EDAD28
Black with #EDAD28
Text Example
Text Example
White with #EDAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD28; }
p { color: rgb(237,173,40); }
H1.HeaderClassName
{
color: #EDAD28;
}
.AnyTagClassName
{
color: #EDAD28;
}
</style>
background-color css
<style>
a { background-color: #EDAD28; }
a { background-color: rgb(237,173,40); }
div.DivClassName
{
background-color: #EDAD28;
}
.BgClassName
{
background-color: #EDAD28;
}
</style>
border-color css
<style>
span { border-color: #EDAD28; }
span { border-color: rgb(237,173,40); }
td.TdClassName
{
border-color: #EDAD28;
}
.TagClassName
{
border-color: #EDAD28;
}
</style>