Shades of Golden Fizz #EAE71D
Tints of Golden Fizz #EAE71D
RGB
CMYK
RGB Variations
Color information
#EAE71D (or 0xEAE71D) is known color: Golden Fizz. HEX triplet: EA, E7 and 1D. RGB value is (234,231,29). Sum of RGB (Red+Green+Blue) = 234+231+29=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE71D is #1518E2. Grayscale: #D1D1D1. Windows color (decimal): -1382627 or 1959914. OLE color: 1959914.
HSL color Cylindrical-coordinate representation of color #EAE71D: hue angle of 59.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAE71D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 29 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.08 |
| HSL | 59.12º | 0.83% | 0.52% | - |
| HSV(B) | 59.12º | 0.88% | 0.92% | - |
| XYZ | 62.73 | 74.73 | 12.28 | - |
| YUV | 208.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 29 | 0 | 0.01 | 0.88 | 0.08 | 59.12 | 0.83 | 0.52 |
| Hex | EA | E7 | 1D | 0 | 1 | 58 | 8 | 3B | 53 | 34 |
| Octal | 352 | 347 | 35 | 0 | 1 | 130 | 10 | 73 | 123 | 64 |
| Binary | 11101010 | 11100111 | 11101 | 0 | 1 | 1011000 | 1000 | 111011 | 1010011 | 110100 |
Color Harmonies of #EAE71D
Complementary color
Monochromatic Colors of #EAE71D
Black with #EAE71D
Text Example
Text Example
White with #EAE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE71D; }
p { color: rgb(234,231,29); }
H1.HeaderClassName
{
color: #EAE71D;
}
.AnyTagClassName
{
color: #EAE71D;
}
</style>
background-color css
<style>
a { background-color: #EAE71D; }
a { background-color: rgb(234,231,29); }
div.DivClassName
{
background-color: #EAE71D;
}
.BgClassName
{
background-color: #EAE71D;
}
</style>
border-color css
<style>
span { border-color: #EAE71D; }
span { border-color: rgb(234,231,29); }
td.TdClassName
{
border-color: #EAE71D;
}
.TagClassName
{
border-color: #EAE71D;
}
</style>