Shades of Golden Fizz #EAE223
Tints of Golden Fizz #EAE223
RGB
CMYK
RGB Variations
Color information
#EAE223 (or 0xEAE223) is known color: Golden Fizz. HEX triplet: EA, E2 and 23. RGB value is (234,226,35). Sum of RGB (Red+Green+Blue) = 234+226+35=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE223 is #151DDC. Grayscale: #CFCFCF. Windows color (decimal): -1383901 or 2351850. OLE color: 2351850.
HSL color Cylindrical-coordinate representation of color #EAE223: hue angle of 57.59º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAE223 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 35 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.08 |
| HSL | 57.59º | 0.83% | 0.53% | - |
| HSV(B) | 57.59º | 0.85% | 0.92% | - |
| XYZ | 61.43 | 72.01 | 12.25 | - |
| YUV | 206.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 35 | 0 | 0.03 | 0.85 | 0.08 | 57.59 | 0.83 | 0.53 |
| Hex | EA | E2 | 23 | 0 | 3 | 55 | 8 | 3A | 53 | 35 |
| Octal | 352 | 342 | 43 | 0 | 3 | 125 | 10 | 72 | 123 | 65 |
| Binary | 11101010 | 11100010 | 100011 | 0 | 11 | 1010101 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EAE223
Complementary color
Monochromatic Colors of #EAE223
Black with #EAE223
Text Example
Text Example
White with #EAE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE223; }
p { color: rgb(234,226,35); }
H1.HeaderClassName
{
color: #EAE223;
}
.AnyTagClassName
{
color: #EAE223;
}
</style>
background-color css
<style>
a { background-color: #EAE223; }
a { background-color: rgb(234,226,35); }
div.DivClassName
{
background-color: #EAE223;
}
.BgClassName
{
background-color: #EAE223;
}
</style>
border-color css
<style>
span { border-color: #EAE223; }
span { border-color: rgb(234,226,35); }
td.TdClassName
{
border-color: #EAE223;
}
.TagClassName
{
border-color: #EAE223;
}
</style>