Shades of Golden Yellow #EBE801
Tints of Golden Yellow #EBE801
RGB
CMYK
RGB Variations
Color information
#EBE801 (or 0xEBE801) is known color: Golden Yellow. HEX triplet: EB, E8 and 01. RGB value is (235,232,1). Sum of RGB (Red+Green+Blue) = 235+232+1=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE801 is #1417FE. Grayscale: #CFCFCF. Windows color (decimal): -1316863 or 125163. OLE color: 125163.
HSL color Cylindrical-coordinate representation of color #EBE801: hue angle of 59.23º 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 #EBE801 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.08 |
| HSL | 59.23º | 0.99% | 0.46% | - |
| HSV(B) | 59.23º | 1% | 0.92% | - |
| XYZ | 63.12 | 75.38 | 11.25 | - |
| YUV | 206.56 | 11.99 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 1 | 0 | 0.01 | 1.00 | 0.08 | 59.23 | 0.99 | 0.46 |
| Hex | EB | E8 | 1 | 0 | 1 | 64 | 8 | 3B | 63 | 2E |
| Octal | 353 | 350 | 1 | 0 | 1 | 144 | 10 | 73 | 143 | 56 |
| Binary | 11101011 | 11101000 | 1 | 0 | 1 | 1100100 | 1000 | 111011 | 1100011 | 101110 |
Color Harmonies of #EBE801
Complementary color
Monochromatic Colors of #EBE801
Black with #EBE801
Text Example
Text Example
White with #EBE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE801; }
p { color: rgb(235,232,1); }
H1.HeaderClassName
{
color: #EBE801;
}
.AnyTagClassName
{
color: #EBE801;
}
</style>
background-color css
<style>
a { background-color: #EBE801; }
a { background-color: rgb(235,232,1); }
div.DivClassName
{
background-color: #EBE801;
}
.BgClassName
{
background-color: #EBE801;
}
</style>
border-color css
<style>
span { border-color: #EBE801; }
span { border-color: rgb(235,232,1); }
td.TdClassName
{
border-color: #EBE801;
}
.TagClassName
{
border-color: #EBE801;
}
</style>