Shades of Gold Tips #EDAD2A
Tints of Gold Tips #EDAD2A
RGB
CMYK
RGB Variations
Color information
#EDAD2A (or 0xEDAD2A) is known color: Gold Tips. HEX triplet: ED, AD and 2A. RGB value is (237,173,42). Sum of RGB (Red+Green+Blue) = 237+173+42=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD2A is #1252D5. Grayscale: #B1B1B1. Windows color (decimal): -1200854 or 2797037. OLE color: 2797037.
HSL color Cylindrical-coordinate representation of color #EDAD2A: hue angle of 40.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDAD2A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.07 |
| HSL | 40.31º | 0.84% | 0.55% | - |
| HSV(B) | 40.31º | 0.82% | 0.93% | - |
| XYZ | 50.29 | 48.06 | 8.82 | - |
| YUV | 177.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 42 | 0 | 0.27 | 0.82 | 0.07 | 40.31 | 0.84 | 0.55 |
| Hex | ED | AD | 2A | 0 | 1B | 52 | 7 | 28 | 54 | 37 |
| Octal | 355 | 255 | 52 | 0 | 33 | 122 | 7 | 50 | 124 | 67 |
| Binary | 11101101 | 10101101 | 101010 | 0 | 11011 | 1010010 | 111 | 101000 | 1010100 | 110111 |
Color Harmonies of #EDAD2A
Complementary color
Monochromatic Colors of #EDAD2A
Black with #EDAD2A
Text Example
Text Example
White with #EDAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD2A; }
p { color: rgb(237,173,42); }
H1.HeaderClassName
{
color: #EDAD2A;
}
.AnyTagClassName
{
color: #EDAD2A;
}
</style>
background-color css
<style>
a { background-color: #EDAD2A; }
a { background-color: rgb(237,173,42); }
div.DivClassName
{
background-color: #EDAD2A;
}
.BgClassName
{
background-color: #EDAD2A;
}
</style>
border-color css
<style>
span { border-color: #EDAD2A; }
span { border-color: rgb(237,173,42); }
td.TdClassName
{
border-color: #EDAD2A;
}
.TagClassName
{
border-color: #EDAD2A;
}
</style>