Shades of Gold #EBD201
Tints of Gold #EBD201
RGB
CMYK
RGB Variations
Color information
#EBD201 (or 0xEBD201) is known color: Gold. HEX triplet: EB, D2 and 01. RGB value is (235,210,1). Sum of RGB (Red+Green+Blue) = 235+210+1=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD201 is #142DFE. Grayscale: #C2C2C2. Windows color (decimal): -1322495 or 119531. OLE color: 119531.
HSL color Cylindrical-coordinate representation of color #EBD201: hue angle of 53.59º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBD201 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.08 |
| HSL | 53.59º | 0.99% | 0.46% | - |
| HSV(B) | 53.59º | 1% | 0.92% | - |
| XYZ | 57.31 | 63.76 | 9.31 | - |
| YUV | 193.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 1 | 0 | 0.11 | 1.00 | 0.08 | 53.59 | 0.99 | 0.46 |
| Hex | EB | D2 | 1 | 0 | B | 64 | 8 | 36 | 63 | 2E |
| Octal | 353 | 322 | 1 | 0 | 13 | 144 | 10 | 66 | 143 | 56 |
| Binary | 11101011 | 11010010 | 1 | 0 | 1011 | 1100100 | 1000 | 110110 | 1100011 | 101110 |
Color Harmonies of #EBD201
Complementary color
Monochromatic Colors of #EBD201
Black with #EBD201
Text Example
Text Example
White with #EBD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD201; }
p { color: rgb(235,210,1); }
H1.HeaderClassName
{
color: #EBD201;
}
.AnyTagClassName
{
color: #EBD201;
}
</style>
background-color css
<style>
a { background-color: #EBD201; }
a { background-color: rgb(235,210,1); }
div.DivClassName
{
background-color: #EBD201;
}
.BgClassName
{
background-color: #EBD201;
}
</style>
border-color css
<style>
span { border-color: #EBD201; }
span { border-color: rgb(235,210,1); }
td.TdClassName
{
border-color: #EBD201;
}
.TagClassName
{
border-color: #EBD201;
}
</style>