Shades of Golden Yellow #EBE403
Tints of Golden Yellow #EBE403
RGB
CMYK
RGB Variations
Color information
#EBE403 (or 0xEBE403) is known color: Golden Yellow. HEX triplet: EB, E4 and 03. RGB value is (235,228,3). Sum of RGB (Red+Green+Blue) = 235+228+3=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 3 (1.56% from 255 or 0.64% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE403 is #141BFC. Grayscale: #CDCDCD. Windows color (decimal): -1317885 or 255211. OLE color: 255211.
HSL color Cylindrical-coordinate representation of color #EBE403: hue angle of 58.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBE403 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.08 |
| HSL | 58.19º | 0.97% | 0.47% | - |
| HSV(B) | 58.19º | 0.99% | 0.92% | - |
| XYZ | 62.02 | 73.16 | 10.94 | - |
| YUV | 204.44 | 14.32 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 3 | 0 | 0.03 | 0.99 | 0.08 | 58.19 | 0.97 | 0.47 |
| Hex | EB | E4 | 3 | 0 | 3 | 63 | 8 | 3A | 61 | 2F |
| Octal | 353 | 344 | 3 | 0 | 3 | 143 | 10 | 72 | 141 | 57 |
| Binary | 11101011 | 11100100 | 11 | 0 | 11 | 1100011 | 1000 | 111010 | 1100001 | 101111 |
Color Harmonies of #EBE403
Complementary color
Monochromatic Colors of #EBE403
Black with #EBE403
Text Example
Text Example
White with #EBE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE403; }
p { color: rgb(235,228,3); }
H1.HeaderClassName
{
color: #EBE403;
}
.AnyTagClassName
{
color: #EBE403;
}
</style>
background-color css
<style>
a { background-color: #EBE403; }
a { background-color: rgb(235,228,3); }
div.DivClassName
{
background-color: #EBE403;
}
.BgClassName
{
background-color: #EBE403;
}
</style>
border-color css
<style>
span { border-color: #EBE403; }
span { border-color: rgb(235,228,3); }
td.TdClassName
{
border-color: #EBE403;
}
.TagClassName
{
border-color: #EBE403;
}
</style>