Shades of Golden Yellow #EAE300
Tints of Golden Yellow #EAE300
RGB
CMYK
RGB Variations
Color information
#EAE300 (or 0xEAE300) is known color: Golden Yellow. HEX triplet: EA, E3 and 00. RGB value is (234,227,0). Sum of RGB (Red+Green+Blue) = 234+227+0=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE300 is #151CFF. Grayscale: #CCCCCC. Windows color (decimal): -1383680 or 58346. OLE color: 58346.
HSL color Cylindrical-coordinate representation of color #EAE300: hue angle of 58.21º 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 #EAE300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.08 |
| HSL | 58.21º | 1% | 0.46% | - |
| HSV(B) | 58.21º | 1% | 0.92% | - |
| XYZ | 61.4 | 72.43 | 10.74 | - |
| YUV | 203.22 | 13.32 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 0 | 0 | 0.03 | 1 | 0.08 | 58.21 | 1 | 0.46 |
| Hex | EA | E3 | 0 | 0 | 3 | 64 | 8 | 3A | 64 | 2E |
| Octal | 352 | 343 | 0 | 0 | 3 | 144 | 10 | 72 | 144 | 56 |
| Binary | 11101010 | 11100011 | 0 | 0 | 11 | 1100100 | 1000 | 111010 | 1100100 | 101110 |
Color Harmonies of #EAE300
Complementary color
Monochromatic Colors of #EAE300
Black with #EAE300
Text Example
Text Example
White with #EAE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE300; }
p { color: rgb(234,227,0); }
H1.HeaderClassName
{
color: #EAE300;
}
.AnyTagClassName
{
color: #EAE300;
}
</style>
background-color css
<style>
a { background-color: #EAE300; }
a { background-color: rgb(234,227,0); }
div.DivClassName
{
background-color: #EAE300;
}
.BgClassName
{
background-color: #EAE300;
}
</style>
border-color css
<style>
span { border-color: #EAE300; }
span { border-color: rgb(234,227,0); }
td.TdClassName
{
border-color: #EAE300;
}
.TagClassName
{
border-color: #EAE300;
}
</style>