Shades of Golden Yellow #EBE201
Tints of Golden Yellow #EBE201
RGB
CMYK
RGB Variations
Color information
#EBE201 (or 0xEBE201) is known color: Golden Yellow. HEX triplet: EB, E2 and 01. RGB value is (235,226,1). Sum of RGB (Red+Green+Blue) = 235+226+1=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE201 is #141DFE. Grayscale: #CBCBCB. Windows color (decimal): -1318399 or 123627. OLE color: 123627.
HSL color Cylindrical-coordinate representation of color #EBE201: hue angle of 57.69º 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 #EBE201 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.08 |
| HSL | 57.69º | 0.99% | 0.46% | - |
| HSV(B) | 57.69º | 1% | 0.92% | - |
| XYZ | 61.46 | 72.06 | 10.7 | - |
| YUV | 203.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 1 | 0 | 0.04 | 1.00 | 0.08 | 57.69 | 0.99 | 0.46 |
| Hex | EB | E2 | 1 | 0 | 4 | 64 | 8 | 3A | 63 | 2E |
| Octal | 353 | 342 | 1 | 0 | 4 | 144 | 10 | 72 | 143 | 56 |
| Binary | 11101011 | 11100010 | 1 | 0 | 100 | 1100100 | 1000 | 111010 | 1100011 | 101110 |
Color Harmonies of #EBE201
Complementary color
Monochromatic Colors of #EBE201
Black with #EBE201
Text Example
Text Example
White with #EBE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE201; }
p { color: rgb(235,226,1); }
H1.HeaderClassName
{
color: #EBE201;
}
.AnyTagClassName
{
color: #EBE201;
}
</style>
background-color css
<style>
a { background-color: #EBE201; }
a { background-color: rgb(235,226,1); }
div.DivClassName
{
background-color: #EBE201;
}
.BgClassName
{
background-color: #EBE201;
}
</style>
border-color css
<style>
span { border-color: #EBE201; }
span { border-color: rgb(235,226,1); }
td.TdClassName
{
border-color: #EBE201;
}
.TagClassName
{
border-color: #EBE201;
}
</style>