Shades of Gold Tips #EDAD23
Tints of Gold Tips #EDAD23
RGB
CMYK
RGB Variations
Color information
#EDAD23 (or 0xEDAD23) is known color: Gold Tips. HEX triplet: ED, AD and 23. RGB value is (237,173,35). Sum of RGB (Red+Green+Blue) = 237+173+35=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD23 is #1252DC. Grayscale: #B1B1B1. Windows color (decimal): -1200861 or 2338285. OLE color: 2338285.
HSL color Cylindrical-coordinate representation of color #EDAD23: hue angle of 40.99º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDAD23 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 35 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.07 |
| HSL | 40.99º | 0.85% | 0.53% | - |
| HSV(B) | 40.99º | 0.85% | 0.93% | - |
| XYZ | 50.17 | 48.01 | 8.21 | - |
| YUV | 176.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 35 | 0 | 0.27 | 0.85 | 0.07 | 40.99 | 0.85 | 0.53 |
| Hex | ED | AD | 23 | 0 | 1B | 55 | 7 | 29 | 55 | 35 |
| Octal | 355 | 255 | 43 | 0 | 33 | 125 | 7 | 51 | 125 | 65 |
| Binary | 11101101 | 10101101 | 100011 | 0 | 11011 | 1010101 | 111 | 101001 | 1010101 | 110101 |
Color Harmonies of #EDAD23
Complementary color
Monochromatic Colors of #EDAD23
Black with #EDAD23
Text Example
Text Example
White with #EDAD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD23; }
p { color: rgb(237,173,35); }
H1.HeaderClassName
{
color: #EDAD23;
}
.AnyTagClassName
{
color: #EDAD23;
}
</style>
background-color css
<style>
a { background-color: #EDAD23; }
a { background-color: rgb(237,173,35); }
div.DivClassName
{
background-color: #EDAD23;
}
.BgClassName
{
background-color: #EDAD23;
}
</style>
border-color css
<style>
span { border-color: #EDAD23; }
span { border-color: rgb(237,173,35); }
td.TdClassName
{
border-color: #EDAD23;
}
.TagClassName
{
border-color: #EDAD23;
}
</style>