Shades of Golden Fizz #EAE435
Tints of Golden Fizz #EAE435
RGB
CMYK
RGB Variations
Color information
#EAE435 (or 0xEAE435) is known color: Golden Fizz. HEX triplet: EA, E4 and 35. RGB value is (234,228,53). Sum of RGB (Red+Green+Blue) = 234+228+53=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE435 is #151BCA. Grayscale: #D2D2D2. Windows color (decimal): -1383371 or 3532010. OLE color: 3532010.
HSL color Cylindrical-coordinate representation of color #EAE435: hue angle of 58.01º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAE435 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 53 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.08 |
| HSL | 58.01º | 0.81% | 0.56% | - |
| HSV(B) | 58.01º | 0.77% | 0.92% | - |
| XYZ | 62.32 | 73.24 | 14.22 | - |
| YUV | 209.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 53 | 0 | 0.03 | 0.77 | 0.08 | 58.01 | 0.81 | 0.56 |
| Hex | EA | E4 | 35 | 0 | 3 | 4D | 8 | 3A | 51 | 38 |
| Octal | 352 | 344 | 65 | 0 | 3 | 115 | 10 | 72 | 121 | 70 |
| Binary | 11101010 | 11100100 | 110101 | 0 | 11 | 1001101 | 1000 | 111010 | 1010001 | 111000 |
Color Harmonies of #EAE435
Complementary color
Monochromatic Colors of #EAE435
Black with #EAE435
Text Example
Text Example
White with #EAE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE435; }
p { color: rgb(234,228,53); }
H1.HeaderClassName
{
color: #EAE435;
}
.AnyTagClassName
{
color: #EAE435;
}
</style>
background-color css
<style>
a { background-color: #EAE435; }
a { background-color: rgb(234,228,53); }
div.DivClassName
{
background-color: #EAE435;
}
.BgClassName
{
background-color: #EAE435;
}
</style>
border-color css
<style>
span { border-color: #EAE435; }
span { border-color: rgb(234,228,53); }
td.TdClassName
{
border-color: #EAE435;
}
.TagClassName
{
border-color: #EAE435;
}
</style>