Shades of Gold #EBD202
Tints of Gold #EBD202
RGB
CMYK
RGB Variations
Color information
#EBD202 (or 0xEBD202) is known color: Gold. HEX triplet: EB, D2 and 02. RGB value is (235,210,2). Sum of RGB (Red+Green+Blue) = 235+210+2=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD202 is #142DFD. Grayscale: #C2C2C2. Windows color (decimal): -1322494 or 185067. OLE color: 185067.
HSL color Cylindrical-coordinate representation of color #EBD202: hue angle of 53.56º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBD202 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.08 |
| HSL | 53.56º | 0.98% | 0.46% | - |
| HSV(B) | 53.56º | 0.99% | 0.92% | - |
| XYZ | 57.32 | 63.76 | 9.34 | - |
| YUV | 193.76 | 19.78 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 2 | 0 | 0.11 | 0.99 | 0.08 | 53.56 | 0.98 | 0.46 |
| Hex | EB | D2 | 2 | 0 | B | 63 | 8 | 36 | 62 | 2E |
| Octal | 353 | 322 | 2 | 0 | 13 | 143 | 10 | 66 | 142 | 56 |
| Binary | 11101011 | 11010010 | 10 | 0 | 1011 | 1100011 | 1000 | 110110 | 1100010 | 101110 |
Color Harmonies of #EBD202
Complementary color
Monochromatic Colors of #EBD202
Black with #EBD202
Text Example
Text Example
White with #EBD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD202; }
p { color: rgb(235,210,2); }
H1.HeaderClassName
{
color: #EBD202;
}
.AnyTagClassName
{
color: #EBD202;
}
</style>
background-color css
<style>
a { background-color: #EBD202; }
a { background-color: rgb(235,210,2); }
div.DivClassName
{
background-color: #EBD202;
}
.BgClassName
{
background-color: #EBD202;
}
</style>
border-color css
<style>
span { border-color: #EBD202; }
span { border-color: rgb(235,210,2); }
td.TdClassName
{
border-color: #EBD202;
}
.TagClassName
{
border-color: #EBD202;
}
</style>