Shades of Golden Fizz #EAE11D
Tints of Golden Fizz #EAE11D
RGB
CMYK
RGB Variations
Color information
#EAE11D (or 0xEAE11D) is known color: Golden Fizz. HEX triplet: EA, E1 and 1D. RGB value is (234,225,29). Sum of RGB (Red+Green+Blue) = 234+225+29=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE11D is #151EE2. Grayscale: #CECECE. Windows color (decimal): -1384163 or 1958378. OLE color: 1958378.
HSL color Cylindrical-coordinate representation of color #EAE11D: hue angle of 57.37º 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 #EAE11D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 29 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.08 |
| HSL | 57.37º | 0.83% | 0.52% | - |
| HSV(B) | 57.37º | 0.88% | 0.92% | - |
| XYZ | 61.08 | 71.43 | 11.73 | - |
| YUV | 205.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 29 | 0 | 0.04 | 0.88 | 0.08 | 57.37 | 0.83 | 0.52 |
| Hex | EA | E1 | 1D | 0 | 4 | 58 | 8 | 39 | 53 | 34 |
| Octal | 352 | 341 | 35 | 0 | 4 | 130 | 10 | 71 | 123 | 64 |
| Binary | 11101010 | 11100001 | 11101 | 0 | 100 | 1011000 | 1000 | 111001 | 1010011 | 110100 |
Color Harmonies of #EAE11D
Complementary color
Monochromatic Colors of #EAE11D
Black with #EAE11D
Text Example
Text Example
White with #EAE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE11D; }
p { color: rgb(234,225,29); }
H1.HeaderClassName
{
color: #EAE11D;
}
.AnyTagClassName
{
color: #EAE11D;
}
</style>
background-color css
<style>
a { background-color: #EAE11D; }
a { background-color: rgb(234,225,29); }
div.DivClassName
{
background-color: #EAE11D;
}
.BgClassName
{
background-color: #EAE11D;
}
</style>
border-color css
<style>
span { border-color: #EAE11D; }
span { border-color: rgb(234,225,29); }
td.TdClassName
{
border-color: #EAE11D;
}
.TagClassName
{
border-color: #EAE11D;
}
</style>