Shades of Gold Tips #EDB322
Tints of Gold Tips #EDB322
RGB
CMYK
RGB Variations
Color information
#EDB322 (or 0xEDB322) is known color: Gold Tips. HEX triplet: ED, B3 and 22. RGB value is (237,179,34). Sum of RGB (Red+Green+Blue) = 237+179+34=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB322 is #124CDD. Grayscale: #B4B4B4. Windows color (decimal): -1199326 or 2274285. OLE color: 2274285.
HSL color Cylindrical-coordinate representation of color #EDB322: hue angle of 42.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDB322 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 34 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.07 |
| HSL | 42.86º | 0.85% | 0.53% | - |
| HSV(B) | 42.86º | 0.86% | 0.93% | - |
| XYZ | 51.33 | 50.36 | 8.53 | - |
| YUV | 179.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 34 | 0 | 0.24 | 0.86 | 0.07 | 42.86 | 0.85 | 0.53 |
| Hex | ED | B3 | 22 | 0 | 18 | 56 | 7 | 2B | 55 | 35 |
| Octal | 355 | 263 | 42 | 0 | 30 | 126 | 7 | 53 | 125 | 65 |
| Binary | 11101101 | 10110011 | 100010 | 0 | 11000 | 1010110 | 111 | 101011 | 1010101 | 110101 |
Color Harmonies of #EDB322
Complementary color
Monochromatic Colors of #EDB322
Black with #EDB322
Text Example
Text Example
White with #EDB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB322; }
p { color: rgb(237,179,34); }
H1.HeaderClassName
{
color: #EDB322;
}
.AnyTagClassName
{
color: #EDB322;
}
</style>
background-color css
<style>
a { background-color: #EDB322; }
a { background-color: rgb(237,179,34); }
div.DivClassName
{
background-color: #EDB322;
}
.BgClassName
{
background-color: #EDB322;
}
</style>
border-color css
<style>
span { border-color: #EDB322; }
span { border-color: rgb(237,179,34); }
td.TdClassName
{
border-color: #EDB322;
}
.TagClassName
{
border-color: #EDB322;
}
</style>