Shades of Golden Yellow #EBE401
Tints of Golden Yellow #EBE401
RGB
CMYK
RGB Variations
Color information
#EBE401 (or 0xEBE401) is known color: Golden Yellow. HEX triplet: EB, E4 and 01. RGB value is (235,228,1). Sum of RGB (Red+Green+Blue) = 235+228+1=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE401 is #141BFE. Grayscale: #CDCDCD. Windows color (decimal): -1317887 or 124139. OLE color: 124139.
HSL color Cylindrical-coordinate representation of color #EBE401: hue angle of 58.21º 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 #EBE401 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.08 |
| HSL | 58.21º | 0.99% | 0.46% | - |
| HSV(B) | 58.21º | 1% | 0.92% | - |
| XYZ | 62.01 | 73.15 | 10.88 | - |
| YUV | 204.22 | 13.32 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 1 | 0 | 0.03 | 1.00 | 0.08 | 58.21 | 0.99 | 0.46 |
| Hex | EB | E4 | 1 | 0 | 3 | 64 | 8 | 3A | 63 | 2E |
| Octal | 353 | 344 | 1 | 0 | 3 | 144 | 10 | 72 | 143 | 56 |
| Binary | 11101011 | 11100100 | 1 | 0 | 11 | 1100100 | 1000 | 111010 | 1100011 | 101110 |
Color Harmonies of #EBE401
Complementary color
Monochromatic Colors of #EBE401
Black with #EBE401
Text Example
Text Example
White with #EBE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE401; }
p { color: rgb(235,228,1); }
H1.HeaderClassName
{
color: #EBE401;
}
.AnyTagClassName
{
color: #EBE401;
}
</style>
background-color css
<style>
a { background-color: #EBE401; }
a { background-color: rgb(235,228,1); }
div.DivClassName
{
background-color: #EBE401;
}
.BgClassName
{
background-color: #EBE401;
}
</style>
border-color css
<style>
span { border-color: #EBE401; }
span { border-color: rgb(235,228,1); }
td.TdClassName
{
border-color: #EBE401;
}
.TagClassName
{
border-color: #EBE401;
}
</style>