Shades of Gold Tips #EDAB28
Tints of Gold Tips #EDAB28
RGB
CMYK
RGB Variations
Color information
#EDAB28 (or 0xEDAB28) is known color: Gold Tips. HEX triplet: ED, AB and 28. RGB value is (237,171,40). Sum of RGB (Red+Green+Blue) = 237+171+40=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB28 is #1254D7. Grayscale: #B0B0B0. Windows color (decimal): -1201368 or 2665453. OLE color: 2665453.
HSL color Cylindrical-coordinate representation of color #EDAB28: hue angle of 39.9º 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 #EDAB28 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 40 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.07 |
| HSL | 39.9º | 0.85% | 0.54% | - |
| HSV(B) | 39.9º | 0.83% | 0.93% | - |
| XYZ | 49.87 | 47.28 | 8.51 | - |
| YUV | 175.8 | 51.37 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 40 | 0 | 0.28 | 0.83 | 0.07 | 39.9 | 0.85 | 0.54 |
| Hex | ED | AB | 28 | 0 | 1C | 53 | 7 | 28 | 55 | 36 |
| Octal | 355 | 253 | 50 | 0 | 34 | 123 | 7 | 50 | 125 | 66 |
| Binary | 11101101 | 10101011 | 101000 | 0 | 11100 | 1010011 | 111 | 101000 | 1010101 | 110110 |
Color Harmonies of #EDAB28
Complementary color
Monochromatic Colors of #EDAB28
Black with #EDAB28
Text Example
Text Example
White with #EDAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB28; }
p { color: rgb(237,171,40); }
H1.HeaderClassName
{
color: #EDAB28;
}
.AnyTagClassName
{
color: #EDAB28;
}
</style>
background-color css
<style>
a { background-color: #EDAB28; }
a { background-color: rgb(237,171,40); }
div.DivClassName
{
background-color: #EDAB28;
}
.BgClassName
{
background-color: #EDAB28;
}
</style>
border-color css
<style>
span { border-color: #EDAB28; }
span { border-color: rgb(237,171,40); }
td.TdClassName
{
border-color: #EDAB28;
}
.TagClassName
{
border-color: #EDAB28;
}
</style>