Shades of Golden Yellow #EBE501
Tints of Golden Yellow #EBE501
RGB
CMYK
RGB Variations
Color information
#EBE501 (or 0xEBE501) is known color: Golden Yellow. HEX triplet: EB, E5 and 01. RGB value is (235,229,1). Sum of RGB (Red+Green+Blue) = 235+229+1=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE501 is #141AFE. Grayscale: #CDCDCD. Windows color (decimal): -1317631 or 124395. OLE color: 124395.
HSL color Cylindrical-coordinate representation of color #EBE501: hue angle of 58.46º 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 #EBE501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.08 |
| HSL | 58.46º | 0.99% | 0.46% | - |
| HSV(B) | 58.46º | 1% | 0.92% | - |
| XYZ | 62.29 | 73.7 | 10.97 | - |
| YUV | 204.8 | 12.99 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 1 | 0 | 0.03 | 1.00 | 0.08 | 58.46 | 0.99 | 0.46 |
| Hex | EB | E5 | 1 | 0 | 3 | 64 | 8 | 3A | 63 | 2E |
| Octal | 353 | 345 | 1 | 0 | 3 | 144 | 10 | 72 | 143 | 56 |
| Binary | 11101011 | 11100101 | 1 | 0 | 11 | 1100100 | 1000 | 111010 | 1100011 | 101110 |
Color Harmonies of #EBE501
Complementary color
Monochromatic Colors of #EBE501
Black with #EBE501
Text Example
Text Example
White with #EBE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE501; }
p { color: rgb(235,229,1); }
H1.HeaderClassName
{
color: #EBE501;
}
.AnyTagClassName
{
color: #EBE501;
}
</style>
background-color css
<style>
a { background-color: #EBE501; }
a { background-color: rgb(235,229,1); }
div.DivClassName
{
background-color: #EBE501;
}
.BgClassName
{
background-color: #EBE501;
}
</style>
border-color css
<style>
span { border-color: #EBE501; }
span { border-color: rgb(235,229,1); }
td.TdClassName
{
border-color: #EBE501;
}
.TagClassName
{
border-color: #EBE501;
}
</style>