Shades of Golden Fizz #EAE41D
Tints of Golden Fizz #EAE41D
RGB
CMYK
RGB Variations
Color information
#EAE41D (or 0xEAE41D) is known color: Golden Fizz. HEX triplet: EA, E4 and 1D. RGB value is (234,228,29). Sum of RGB (Red+Green+Blue) = 234+228+29=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE41D is #151BE2. Grayscale: #CFCFCF. Windows color (decimal): -1383395 or 1959146. OLE color: 1959146.
HSL color Cylindrical-coordinate representation of color #EAE41D: hue angle of 58.24º 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 #EAE41D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.08 |
| HSL | 58.24º | 0.83% | 0.52% | - |
| HSV(B) | 58.24º | 0.88% | 0.92% | - |
| XYZ | 61.9 | 73.07 | 12 | - |
| YUV | 207.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 29 | 0 | 0.03 | 0.88 | 0.08 | 58.24 | 0.83 | 0.52 |
| Hex | EA | E4 | 1D | 0 | 3 | 58 | 8 | 3A | 53 | 34 |
| Octal | 352 | 344 | 35 | 0 | 3 | 130 | 10 | 72 | 123 | 64 |
| Binary | 11101010 | 11100100 | 11101 | 0 | 11 | 1011000 | 1000 | 111010 | 1010011 | 110100 |
Color Harmonies of #EAE41D
Complementary color
Monochromatic Colors of #EAE41D
Black with #EAE41D
Text Example
Text Example
White with #EAE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE41D; }
p { color: rgb(234,228,29); }
H1.HeaderClassName
{
color: #EAE41D;
}
.AnyTagClassName
{
color: #EAE41D;
}
</style>
background-color css
<style>
a { background-color: #EAE41D; }
a { background-color: rgb(234,228,29); }
div.DivClassName
{
background-color: #EAE41D;
}
.BgClassName
{
background-color: #EAE41D;
}
</style>
border-color css
<style>
span { border-color: #EAE41D; }
span { border-color: rgb(234,228,29); }
td.TdClassName
{
border-color: #EAE41D;
}
.TagClassName
{
border-color: #EAE41D;
}
</style>