Shades of Gold Tips #EDB223
Tints of Gold Tips #EDB223
RGB
CMYK
RGB Variations
Color information
#EDB223 (or 0xEDB223) is known color: Gold Tips. HEX triplet: ED, B2 and 23. RGB value is (237,178,35). Sum of RGB (Red+Green+Blue) = 237+178+35=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB223 is #124DDC. Grayscale: #B3B3B3. Windows color (decimal): -1199581 or 2339565. OLE color: 2339565.
HSL color Cylindrical-coordinate representation of color #EDB223: hue angle of 42.48º 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 #EDB223 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 35 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.07 |
| HSL | 42.48º | 0.85% | 0.53% | - |
| HSV(B) | 42.48º | 0.85% | 0.93% | - |
| XYZ | 51.15 | 49.97 | 8.54 | - |
| YUV | 179.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 35 | 0 | 0.25 | 0.85 | 0.07 | 42.48 | 0.85 | 0.53 |
| Hex | ED | B2 | 23 | 0 | 19 | 55 | 7 | 2A | 55 | 35 |
| Octal | 355 | 262 | 43 | 0 | 31 | 125 | 7 | 52 | 125 | 65 |
| Binary | 11101101 | 10110010 | 100011 | 0 | 11001 | 1010101 | 111 | 101010 | 1010101 | 110101 |
Color Harmonies of #EDB223
Complementary color
Monochromatic Colors of #EDB223
Black with #EDB223
Text Example
Text Example
White with #EDB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB223; }
p { color: rgb(237,178,35); }
H1.HeaderClassName
{
color: #EDB223;
}
.AnyTagClassName
{
color: #EDB223;
}
</style>
background-color css
<style>
a { background-color: #EDB223; }
a { background-color: rgb(237,178,35); }
div.DivClassName
{
background-color: #EDB223;
}
.BgClassName
{
background-color: #EDB223;
}
</style>
border-color css
<style>
span { border-color: #EDB223; }
span { border-color: rgb(237,178,35); }
td.TdClassName
{
border-color: #EDB223;
}
.TagClassName
{
border-color: #EDB223;
}
</style>