Shades of Golden Yellow #EAE203
Tints of Golden Yellow #EAE203
RGB
CMYK
RGB Variations
Color information
#EAE203 (or 0xEAE203) is known color: Golden Yellow. HEX triplet: EA, E2 and 03. RGB value is (234,226,3). Sum of RGB (Red+Green+Blue) = 234+226+3=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE203 is #151DFC. Grayscale: #CBCBCB. Windows color (decimal): -1383933 or 254698. OLE color: 254698.
HSL color Cylindrical-coordinate representation of color #EAE203: hue angle of 57.92º 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 #EAE203 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.08 |
| HSL | 57.92º | 0.97% | 0.46% | - |
| HSV(B) | 57.92º | 0.99% | 0.92% | - |
| XYZ | 61.14 | 71.89 | 10.74 | - |
| YUV | 202.97 | 15.15 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 3 | 0 | 0.03 | 0.99 | 0.08 | 57.92 | 0.97 | 0.46 |
| Hex | EA | E2 | 3 | 0 | 3 | 63 | 8 | 3A | 61 | 2E |
| Octal | 352 | 342 | 3 | 0 | 3 | 143 | 10 | 72 | 141 | 56 |
| Binary | 11101010 | 11100010 | 11 | 0 | 11 | 1100011 | 1000 | 111010 | 1100001 | 101110 |
Color Harmonies of #EAE203
Complementary color
Monochromatic Colors of #EAE203
Black with #EAE203
Text Example
Text Example
White with #EAE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE203; }
p { color: rgb(234,226,3); }
H1.HeaderClassName
{
color: #EAE203;
}
.AnyTagClassName
{
color: #EAE203;
}
</style>
background-color css
<style>
a { background-color: #EAE203; }
a { background-color: rgb(234,226,3); }
div.DivClassName
{
background-color: #EAE203;
}
.BgClassName
{
background-color: #EAE203;
}
</style>
border-color css
<style>
span { border-color: #EAE203; }
span { border-color: rgb(234,226,3); }
td.TdClassName
{
border-color: #EAE203;
}
.TagClassName
{
border-color: #EAE203;
}
</style>