Shades of Golden Yellow #EBE404
Tints of Golden Yellow #EBE404
RGB
CMYK
RGB Variations
Color information
#EBE404 (or 0xEBE404) is known color: Golden Yellow. HEX triplet: EB, E4 and 04. RGB value is (235,228,4). Sum of RGB (Red+Green+Blue) = 235+228+4=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE404 is #141BFB. Grayscale: #CDCDCD. Windows color (decimal): -1317884 or 320747. OLE color: 320747.
HSL color Cylindrical-coordinate representation of color #EBE404: hue angle of 58.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBE404 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.08 |
| HSL | 58.18º | 0.97% | 0.47% | - |
| HSV(B) | 58.18º | 0.98% | 0.92% | - |
| XYZ | 62.03 | 73.16 | 10.97 | - |
| YUV | 204.56 | 14.82 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 4 | 0 | 0.03 | 0.98 | 0.08 | 58.18 | 0.97 | 0.47 |
| Hex | EB | E4 | 4 | 0 | 3 | 62 | 8 | 3A | 61 | 2F |
| Octal | 353 | 344 | 4 | 0 | 3 | 142 | 10 | 72 | 141 | 57 |
| Binary | 11101011 | 11100100 | 100 | 0 | 11 | 1100010 | 1000 | 111010 | 1100001 | 101111 |
Color Harmonies of #EBE404
Complementary color
Monochromatic Colors of #EBE404
Black with #EBE404
Text Example
Text Example
White with #EBE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE404; }
p { color: rgb(235,228,4); }
H1.HeaderClassName
{
color: #EBE404;
}
.AnyTagClassName
{
color: #EBE404;
}
</style>
background-color css
<style>
a { background-color: #EBE404; }
a { background-color: rgb(235,228,4); }
div.DivClassName
{
background-color: #EBE404;
}
.BgClassName
{
background-color: #EBE404;
}
</style>
border-color css
<style>
span { border-color: #EBE404; }
span { border-color: rgb(235,228,4); }
td.TdClassName
{
border-color: #EBE404;
}
.TagClassName
{
border-color: #EBE404;
}
</style>