Shades of Golden Yellow #EAE403
Tints of Golden Yellow #EAE403
RGB
CMYK
RGB Variations
Color information
#EAE403 (or 0xEAE403) is known color: Golden Yellow. HEX triplet: EA, E4 and 03. RGB value is (234,228,3). Sum of RGB (Red+Green+Blue) = 234+228+3=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE403 is #151BFC. Grayscale: #CDCDCD. Windows color (decimal): -1383421 or 255210. OLE color: 255210.
HSL color Cylindrical-coordinate representation of color #EAE403: hue angle of 58.44º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAE403 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.08 |
| HSL | 58.44º | 0.97% | 0.46% | - |
| HSV(B) | 58.44º | 0.99% | 0.92% | - |
| XYZ | 61.69 | 72.99 | 10.92 | - |
| YUV | 204.14 | 14.49 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 3 | 0 | 0.03 | 0.99 | 0.08 | 58.44 | 0.97 | 0.46 |
| Hex | EA | E4 | 3 | 0 | 3 | 63 | 8 | 3A | 61 | 2E |
| Octal | 352 | 344 | 3 | 0 | 3 | 143 | 10 | 72 | 141 | 56 |
| Binary | 11101010 | 11100100 | 11 | 0 | 11 | 1100011 | 1000 | 111010 | 1100001 | 101110 |
Color Harmonies of #EAE403
Complementary color
Monochromatic Colors of #EAE403
Black with #EAE403
Text Example
Text Example
White with #EAE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE403; }
p { color: rgb(234,228,3); }
H1.HeaderClassName
{
color: #EAE403;
}
.AnyTagClassName
{
color: #EAE403;
}
</style>
background-color css
<style>
a { background-color: #EAE403; }
a { background-color: rgb(234,228,3); }
div.DivClassName
{
background-color: #EAE403;
}
.BgClassName
{
background-color: #EAE403;
}
</style>
border-color css
<style>
span { border-color: #EAE403; }
span { border-color: rgb(234,228,3); }
td.TdClassName
{
border-color: #EAE403;
}
.TagClassName
{
border-color: #EAE403;
}
</style>