Shades of Golden Yellow #EBDA0A
Tints of Golden Yellow #EBDA0A
RGB
CMYK
RGB Variations
Color information
#EBDA0A (or 0xEBDA0A) is known color: Golden Yellow. HEX triplet: EB, DA and 0A. RGB value is (235,218,10). Sum of RGB (Red+Green+Blue) = 235+218+10=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA0A is #1425F5. Grayscale: #C8C8C8. Windows color (decimal): -1320438 or 711403. OLE color: 711403.
HSL color Cylindrical-coordinate representation of color #EBDA0A: hue angle of 55.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBDA0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.08 |
| HSL | 55.47º | 0.92% | 0.48% | - |
| HSV(B) | 55.47º | 0.96% | 0.92% | - |
| XYZ | 59.39 | 67.83 | 10.25 | - |
| YUV | 199.37 | 21.13 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 10 | 0 | 0.07 | 0.96 | 0.08 | 55.47 | 0.92 | 0.48 |
| Hex | EB | DA | A | 0 | 7 | 60 | 8 | 37 | 5C | 30 |
| Octal | 353 | 332 | 12 | 0 | 7 | 140 | 10 | 67 | 134 | 60 |
| Binary | 11101011 | 11011010 | 1010 | 0 | 111 | 1100000 | 1000 | 110111 | 1011100 | 110000 |
Color Harmonies of #EBDA0A
Complementary color
Monochromatic Colors of #EBDA0A
Black with #EBDA0A
Text Example
Text Example
White with #EBDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA0A; }
p { color: rgb(235,218,10); }
H1.HeaderClassName
{
color: #EBDA0A;
}
.AnyTagClassName
{
color: #EBDA0A;
}
</style>
background-color css
<style>
a { background-color: #EBDA0A; }
a { background-color: rgb(235,218,10); }
div.DivClassName
{
background-color: #EBDA0A;
}
.BgClassName
{
background-color: #EBDA0A;
}
</style>
border-color css
<style>
span { border-color: #EBDA0A; }
span { border-color: rgb(235,218,10); }
td.TdClassName
{
border-color: #EBDA0A;
}
.TagClassName
{
border-color: #EBDA0A;
}
</style>