Shades of Gold Tips #EDB21F
Tints of Gold Tips #EDB21F
RGB
CMYK
RGB Variations
Color information
#EDB21F (or 0xEDB21F) is known color: Gold Tips. HEX triplet: ED, B2 and 1F. RGB value is (237,178,31). Sum of RGB (Red+Green+Blue) = 237+178+31=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB21F is #124DE0. Grayscale: #B3B3B3. Windows color (decimal): -1199585 or 2077421. OLE color: 2077421.
HSL color Cylindrical-coordinate representation of color #EDB21F: hue angle of 42.82º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDB21F is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 31 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.07 |
| HSL | 42.82º | 0.85% | 0.53% | - |
| HSV(B) | 42.82º | 0.87% | 0.93% | - |
| XYZ | 51.09 | 49.94 | 8.24 | - |
| YUV | 178.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 31 | 0 | 0.25 | 0.87 | 0.07 | 42.82 | 0.85 | 0.53 |
| Hex | ED | B2 | 1F | 0 | 19 | 57 | 7 | 2B | 55 | 35 |
| Octal | 355 | 262 | 37 | 0 | 31 | 127 | 7 | 53 | 125 | 65 |
| Binary | 11101101 | 10110010 | 11111 | 0 | 11001 | 1010111 | 111 | 101011 | 1010101 | 110101 |
Color Harmonies of #EDB21F
Complementary color
Monochromatic Colors of #EDB21F
Black with #EDB21F
Text Example
Text Example
White with #EDB21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB21F; }
p { color: rgb(237,178,31); }
H1.HeaderClassName
{
color: #EDB21F;
}
.AnyTagClassName
{
color: #EDB21F;
}
</style>
background-color css
<style>
a { background-color: #EDB21F; }
a { background-color: rgb(237,178,31); }
div.DivClassName
{
background-color: #EDB21F;
}
.BgClassName
{
background-color: #EDB21F;
}
</style>
border-color css
<style>
span { border-color: #EDB21F; }
span { border-color: rgb(237,178,31); }
td.TdClassName
{
border-color: #EDB21F;
}
.TagClassName
{
border-color: #EDB21F;
}
</style>