Shades of Golden Yellow #EAE600
Tints of Golden Yellow #EAE600
RGB
CMYK
RGB Variations
Color information
#EAE600 (or 0xEAE600) is known color: Golden Yellow. HEX triplet: EA, E6 and 00. RGB value is (234,230,0). Sum of RGB (Red+Green+Blue) = 234+230+0=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE600 is #1519FF. Grayscale: #CDCDCD. Windows color (decimal): -1382912 or 59114. OLE color: 59114.
HSL color Cylindrical-coordinate representation of color #EAE600: hue angle of 58.97º 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 #EAE600 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.08 |
| HSL | 58.97º | 1% | 0.46% | - |
| HSV(B) | 58.97º | 1% | 0.92% | - |
| XYZ | 62.23 | 74.09 | 11.02 | - |
| YUV | 204.98 | 12.33 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 0 | 0 | 0.02 | 1 | 0.08 | 58.97 | 1 | 0.46 |
| Hex | EA | E6 | 0 | 0 | 2 | 64 | 8 | 3B | 64 | 2E |
| Octal | 352 | 346 | 0 | 0 | 2 | 144 | 10 | 73 | 144 | 56 |
| Binary | 11101010 | 11100110 | 0 | 0 | 10 | 1100100 | 1000 | 111011 | 1100100 | 101110 |
Color Harmonies of #EAE600
Complementary color
Monochromatic Colors of #EAE600
Black with #EAE600
Text Example
Text Example
White with #EAE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE600; }
p { color: rgb(234,230,0); }
H1.HeaderClassName
{
color: #EAE600;
}
.AnyTagClassName
{
color: #EAE600;
}
</style>
background-color css
<style>
a { background-color: #EAE600; }
a { background-color: rgb(234,230,0); }
div.DivClassName
{
background-color: #EAE600;
}
.BgClassName
{
background-color: #EAE600;
}
</style>
border-color css
<style>
span { border-color: #EAE600; }
span { border-color: rgb(234,230,0); }
td.TdClassName
{
border-color: #EAE600;
}
.TagClassName
{
border-color: #EAE600;
}
</style>