Shades of Gold Tips #EDB423
Tints of Gold Tips #EDB423
RGB
CMYK
RGB Variations
Color information
#EDB423 (or 0xEDB423) is known color: Gold Tips. HEX triplet: ED, B4 and 23. RGB value is (237,180,35). Sum of RGB (Red+Green+Blue) = 237+180+35=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB423 is #124BDC. Grayscale: #B5B5B5. Windows color (decimal): -1199069 or 2340077. OLE color: 2340077.
HSL color Cylindrical-coordinate representation of color #EDB423: hue angle of 43.07º 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 #EDB423 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 35 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.07 |
| HSL | 43.07º | 0.85% | 0.53% | - |
| HSV(B) | 43.07º | 0.85% | 0.93% | - |
| XYZ | 51.55 | 50.77 | 8.67 | - |
| YUV | 180.51 | 45.88 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 35 | 0 | 0.24 | 0.85 | 0.07 | 43.07 | 0.85 | 0.53 |
| Hex | ED | B4 | 23 | 0 | 18 | 55 | 7 | 2B | 55 | 35 |
| Octal | 355 | 264 | 43 | 0 | 30 | 125 | 7 | 53 | 125 | 65 |
| Binary | 11101101 | 10110100 | 100011 | 0 | 11000 | 1010101 | 111 | 101011 | 1010101 | 110101 |
Color Harmonies of #EDB423
Complementary color
Monochromatic Colors of #EDB423
Black with #EDB423
Text Example
Text Example
White with #EDB423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB423; }
p { color: rgb(237,180,35); }
H1.HeaderClassName
{
color: #EDB423;
}
.AnyTagClassName
{
color: #EDB423;
}
</style>
background-color css
<style>
a { background-color: #EDB423; }
a { background-color: rgb(237,180,35); }
div.DivClassName
{
background-color: #EDB423;
}
.BgClassName
{
background-color: #EDB423;
}
</style>
border-color css
<style>
span { border-color: #EDB423; }
span { border-color: rgb(237,180,35); }
td.TdClassName
{
border-color: #EDB423;
}
.TagClassName
{
border-color: #EDB423;
}
</style>