Shades of Golden Yellow #EBE500
Tints of Golden Yellow #EBE500
RGB
CMYK
RGB Variations
Color information
#EBE500 (or 0xEBE500) is known color: Golden Yellow. HEX triplet: EB, E5 and 00. RGB value is (235,229,0). Sum of RGB (Red+Green+Blue) = 235+229+0=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE500 is #141AFF. Grayscale: #CDCDCD. Windows color (decimal): -1317632 or 58859. OLE color: 58859.
HSL color Cylindrical-coordinate representation of color #EBE500: hue angle of 58.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBE500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.08 |
| HSL | 58.47º | 1% | 0.46% | - |
| HSV(B) | 58.47º | 1% | 0.92% | - |
| XYZ | 62.28 | 73.7 | 10.94 | - |
| YUV | 204.69 | 12.49 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 0 | 0 | 0.03 | 1 | 0.08 | 58.47 | 1 | 0.46 |
| Hex | EB | E5 | 0 | 0 | 3 | 64 | 8 | 3A | 64 | 2E |
| Octal | 353 | 345 | 0 | 0 | 3 | 144 | 10 | 72 | 144 | 56 |
| Binary | 11101011 | 11100101 | 0 | 0 | 11 | 1100100 | 1000 | 111010 | 1100100 | 101110 |
Color Harmonies of #EBE500
Complementary color
Monochromatic Colors of #EBE500
Black with #EBE500
Text Example
Text Example
White with #EBE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE500; }
p { color: rgb(235,229,0); }
H1.HeaderClassName
{
color: #EBE500;
}
.AnyTagClassName
{
color: #EBE500;
}
</style>
background-color css
<style>
a { background-color: #EBE500; }
a { background-color: rgb(235,229,0); }
div.DivClassName
{
background-color: #EBE500;
}
.BgClassName
{
background-color: #EBE500;
}
</style>
border-color css
<style>
span { border-color: #EBE500; }
span { border-color: rgb(235,229,0); }
td.TdClassName
{
border-color: #EBE500;
}
.TagClassName
{
border-color: #EBE500;
}
</style>