Shades of Golden Fizz #EAEA1E
Tints of Golden Fizz #EAEA1E
RGB
CMYK
RGB Variations
Color information
#EAEA1E (or 0xEAEA1E) is known color: Golden Fizz. HEX triplet: EA, EA and 1E. RGB value is (234,234,30). Sum of RGB (Red+Green+Blue) = 234+234+30=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEA1E is #1515E1. Grayscale: #D3D3D3. Windows color (decimal): -1381858 or 2026218. OLE color: 2026218.
HSL color Cylindrical-coordinate representation of color #EAEA1E: hue angle of 60º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAEA1E is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 30 | - |
| CMYK | 0 | 0 | 0.87 | 0.08 |
| HSL | 60º | 0.83% | 0.52% | - |
| HSV(B) | 60º | 0.87% | 0.92% | - |
| XYZ | 63.59 | 76.43 | 12.63 | - |
| YUV | 210.74 | 26 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 30 | 0 | 0 | 0.87 | 0.08 | 60 | 0.83 | 0.52 |
| Hex | EA | EA | 1E | 0 | 0 | 57 | 8 | 3C | 53 | 34 |
| Octal | 352 | 352 | 36 | 0 | 0 | 127 | 10 | 74 | 123 | 64 |
| Binary | 11101010 | 11101010 | 11110 | 0 | 0 | 1010111 | 1000 | 111100 | 1010011 | 110100 |
Color Harmonies of #EAEA1E
Complementary color
Monochromatic Colors of #EAEA1E
Black with #EAEA1E
Text Example
Text Example
White with #EAEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA1E; }
p { color: rgb(234,234,30); }
H1.HeaderClassName
{
color: #EAEA1E;
}
.AnyTagClassName
{
color: #EAEA1E;
}
</style>
background-color css
<style>
a { background-color: #EAEA1E; }
a { background-color: rgb(234,234,30); }
div.DivClassName
{
background-color: #EAEA1E;
}
.BgClassName
{
background-color: #EAEA1E;
}
</style>
border-color css
<style>
span { border-color: #EAEA1E; }
span { border-color: rgb(234,234,30); }
td.TdClassName
{
border-color: #EAEA1E;
}
.TagClassName
{
border-color: #EAEA1E;
}
</style>