Shades of Gold Tips #EDAD2D
Tints of Gold Tips #EDAD2D
RGB
CMYK
RGB Variations
Color information
#EDAD2D (or 0xEDAD2D) is known color: Gold Tips. HEX triplet: ED, AD and 2D. RGB value is (237,173,45). Sum of RGB (Red+Green+Blue) = 237+173+45=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD2D is #1252D2. Grayscale: #B2B2B2. Windows color (decimal): -1200851 or 2993645. OLE color: 2993645.
HSL color Cylindrical-coordinate representation of color #EDAD2D: hue angle of 40º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDAD2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.07 |
| HSL | 40º | 0.84% | 0.55% | - |
| HSV(B) | 40º | 0.81% | 0.93% | - |
| XYZ | 50.34 | 48.08 | 9.11 | - |
| YUV | 177.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 45 | 0 | 0.27 | 0.81 | 0.07 | 40 | 0.84 | 0.55 |
| Hex | ED | AD | 2D | 0 | 1B | 51 | 7 | 28 | 54 | 37 |
| Octal | 355 | 255 | 55 | 0 | 33 | 121 | 7 | 50 | 124 | 67 |
| Binary | 11101101 | 10101101 | 101101 | 0 | 11011 | 1010001 | 111 | 101000 | 1010100 | 110111 |
Color Harmonies of #EDAD2D
Complementary color
Monochromatic Colors of #EDAD2D
Black with #EDAD2D
Text Example
Text Example
White with #EDAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD2D; }
p { color: rgb(237,173,45); }
H1.HeaderClassName
{
color: #EDAD2D;
}
.AnyTagClassName
{
color: #EDAD2D;
}
</style>
background-color css
<style>
a { background-color: #EDAD2D; }
a { background-color: rgb(237,173,45); }
div.DivClassName
{
background-color: #EDAD2D;
}
.BgClassName
{
background-color: #EDAD2D;
}
</style>
border-color css
<style>
span { border-color: #EDAD2D; }
span { border-color: rgb(237,173,45); }
td.TdClassName
{
border-color: #EDAD2D;
}
.TagClassName
{
border-color: #EDAD2D;
}
</style>