Shades of Gold Tips #EDAE2D
Tints of Gold Tips #EDAE2D
RGB
CMYK
RGB Variations
Color information
#EDAE2D (or 0xEDAE2D) is known color: Gold Tips. HEX triplet: ED, AE and 2D. RGB value is (237,174,45). Sum of RGB (Red+Green+Blue) = 237+174+45=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE2D is #1251D2. Grayscale: #B2B2B2. Windows color (decimal): -1200595 or 2993901. OLE color: 2993901.
HSL color Cylindrical-coordinate representation of color #EDAE2D: 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.81%. Process color model (Four color, CMYK) of #EDAE2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.07 |
| HSL | 40.31º | 0.84% | 0.55% | - |
| HSV(B) | 40.31º | 0.81% | 0.93% | - |
| XYZ | 50.53 | 48.47 | 9.17 | - |
| YUV | 178.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 45 | 0 | 0.27 | 0.81 | 0.07 | 40.31 | 0.84 | 0.55 |
| Hex | ED | AE | 2D | 0 | 1B | 51 | 7 | 28 | 54 | 37 |
| Octal | 355 | 256 | 55 | 0 | 33 | 121 | 7 | 50 | 124 | 67 |
| Binary | 11101101 | 10101110 | 101101 | 0 | 11011 | 1010001 | 111 | 101000 | 1010100 | 110111 |
Color Harmonies of #EDAE2D
Complementary color
Monochromatic Colors of #EDAE2D
Black with #EDAE2D
Text Example
Text Example
White with #EDAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAE2D; }
p { color: rgb(237,174,45); }
H1.HeaderClassName
{
color: #EDAE2D;
}
.AnyTagClassName
{
color: #EDAE2D;
}
</style>
background-color css
<style>
a { background-color: #EDAE2D; }
a { background-color: rgb(237,174,45); }
div.DivClassName
{
background-color: #EDAE2D;
}
.BgClassName
{
background-color: #EDAE2D;
}
</style>
border-color css
<style>
span { border-color: #EDAE2D; }
span { border-color: rgb(237,174,45); }
td.TdClassName
{
border-color: #EDAE2D;
}
.TagClassName
{
border-color: #EDAE2D;
}
</style>