Shades of Gold #EDD10B
Tints of Gold #EDD10B
RGB
CMYK
RGB Variations
Color information
#EDD10B (or 0xEDD10B) is known color: Gold. HEX triplet: ED, D1 and 0B. RGB value is (237,209,11). Sum of RGB (Red+Green+Blue) = 237+209+11=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD10B is #122EF4. Grayscale: #C3C3C3. Windows color (decimal): -1191669 or 774637. OLE color: 774637.
HSL color Cylindrical-coordinate representation of color #EDD10B: hue angle of 52.57º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDD10B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.57º | 0.91% | 0.49% | - |
| HSV(B) | 52.57º | 0.95% | 0.93% | - |
| XYZ | 57.79 | 63.63 | 9.55 | - |
| YUV | 194.8 | 24.28 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 11 | 0 | 0.12 | 0.95 | 0.07 | 52.57 | 0.91 | 0.49 |
| Hex | ED | D1 | B | 0 | C | 5F | 7 | 35 | 5B | 31 |
| Octal | 355 | 321 | 13 | 0 | 14 | 137 | 7 | 65 | 133 | 61 |
| Binary | 11101101 | 11010001 | 1011 | 0 | 1100 | 1011111 | 111 | 110101 | 1011011 | 110001 |
Color Harmonies of #EDD10B
Complementary color
Monochromatic Colors of #EDD10B
Black with #EDD10B
Text Example
Text Example
White with #EDD10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD10B; }
p { color: rgb(237,209,11); }
H1.HeaderClassName
{
color: #EDD10B;
}
.AnyTagClassName
{
color: #EDD10B;
}
</style>
background-color css
<style>
a { background-color: #EDD10B; }
a { background-color: rgb(237,209,11); }
div.DivClassName
{
background-color: #EDD10B;
}
.BgClassName
{
background-color: #EDD10B;
}
</style>
border-color css
<style>
span { border-color: #EDD10B; }
span { border-color: rgb(237,209,11); }
td.TdClassName
{
border-color: #EDD10B;
}
.TagClassName
{
border-color: #EDD10B;
}
</style>