Shades of Gold Tips #EDA823
Tints of Gold Tips #EDA823
RGB
CMYK
RGB Variations
Color information
#EDA823 (or 0xEDA823) is known color: Gold Tips. HEX triplet: ED, A8 and 23. RGB value is (237,168,35). Sum of RGB (Red+Green+Blue) = 237+168+35=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA823 is #1257DC. Grayscale: #AEAEAE. Windows color (decimal): -1202141 or 2337005. OLE color: 2337005.
HSL color Cylindrical-coordinate representation of color #EDA823: hue angle of 39.5º 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 #EDA823 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 35 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.07 |
| HSL | 39.5º | 0.85% | 0.53% | - |
| HSV(B) | 39.5º | 0.85% | 0.93% | - |
| XYZ | 49.23 | 46.13 | 7.9 | - |
| YUV | 173.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 35 | 0 | 0.29 | 0.85 | 0.07 | 39.5 | 0.85 | 0.53 |
| Hex | ED | A8 | 23 | 0 | 1D | 55 | 7 | 28 | 55 | 35 |
| Octal | 355 | 250 | 43 | 0 | 35 | 125 | 7 | 50 | 125 | 65 |
| Binary | 11101101 | 10101000 | 100011 | 0 | 11101 | 1010101 | 111 | 101000 | 1010101 | 110101 |
Color Harmonies of #EDA823
Complementary color
Monochromatic Colors of #EDA823
Black with #EDA823
Text Example
Text Example
White with #EDA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA823; }
p { color: rgb(237,168,35); }
H1.HeaderClassName
{
color: #EDA823;
}
.AnyTagClassName
{
color: #EDA823;
}
</style>
background-color css
<style>
a { background-color: #EDA823; }
a { background-color: rgb(237,168,35); }
div.DivClassName
{
background-color: #EDA823;
}
.BgClassName
{
background-color: #EDA823;
}
</style>
border-color css
<style>
span { border-color: #EDA823; }
span { border-color: rgb(237,168,35); }
td.TdClassName
{
border-color: #EDA823;
}
.TagClassName
{
border-color: #EDA823;
}
</style>