Shades of Golden Yellow #EAE200
Tints of Golden Yellow #EAE200
RGB
CMYK
RGB Variations
Color information
#EAE200 (or 0xEAE200) is known color: Golden Yellow. HEX triplet: EA, E2 and 00. RGB value is (234,226,0). Sum of RGB (Red+Green+Blue) = 234+226+0=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE200 is #151DFF. Grayscale: #CBCBCB. Windows color (decimal): -1383936 or 58090. OLE color: 58090.
HSL color Cylindrical-coordinate representation of color #EAE200: hue angle of 57.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAE200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.08 |
| HSL | 57.95º | 1% | 0.46% | - |
| HSV(B) | 57.95º | 1% | 0.92% | - |
| XYZ | 61.13 | 71.89 | 10.65 | - |
| YUV | 202.63 | 13.65 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 0 | 0 | 0.03 | 1 | 0.08 | 57.95 | 1 | 0.46 |
| Hex | EA | E2 | 0 | 0 | 3 | 64 | 8 | 3A | 64 | 2E |
| Octal | 352 | 342 | 0 | 0 | 3 | 144 | 10 | 72 | 144 | 56 |
| Binary | 11101010 | 11100010 | 0 | 0 | 11 | 1100100 | 1000 | 111010 | 1100100 | 101110 |
Color Harmonies of #EAE200
Complementary color
Monochromatic Colors of #EAE200
Black with #EAE200
Text Example
Text Example
White with #EAE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE200; }
p { color: rgb(234,226,0); }
H1.HeaderClassName
{
color: #EAE200;
}
.AnyTagClassName
{
color: #EAE200;
}
</style>
background-color css
<style>
a { background-color: #EAE200; }
a { background-color: rgb(234,226,0); }
div.DivClassName
{
background-color: #EAE200;
}
.BgClassName
{
background-color: #EAE200;
}
</style>
border-color css
<style>
span { border-color: #EAE200; }
span { border-color: rgb(234,226,0); }
td.TdClassName
{
border-color: #EAE200;
}
.TagClassName
{
border-color: #EAE200;
}
</style>