Shades of Golden Fizz #EAF32A
Tints of Golden Fizz #EAF32A
RGB
CMYK
RGB Variations
Color information
#EAF32A (or 0xEAF32A) is known color: Golden Fizz. HEX triplet: EA, F3 and 2A. RGB value is (234,243,42). Sum of RGB (Red+Green+Blue) = 234+243+42=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 42 (16.80% from 255 or 8.09% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF32A is #150CD5. Grayscale: #DADADA. Windows color (decimal): -1379542 or 2814954. OLE color: 2814954.
HSL color Cylindrical-coordinate representation of color #EAF32A: hue angle of 62.69º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAF32A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.05 |
| HSL | 62.69º | 0.89% | 0.56% | - |
| HSV(B) | 62.69º | 0.83% | 0.95% | - |
| XYZ | 66.4 | 81.76 | 14.47 | - |
| YUV | 217.4 | 29.02 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 42 | 0.04 | 0 | 0.83 | 0.05 | 62.69 | 0.89 | 0.56 |
| Hex | EA | F3 | 2A | 4 | 0 | 53 | 5 | 3F | 59 | 38 |
| Octal | 352 | 363 | 52 | 4 | 0 | 123 | 5 | 77 | 131 | 70 |
| Binary | 11101010 | 11110011 | 101010 | 100 | 0 | 1010011 | 101 | 111111 | 1011001 | 111000 |
Color Harmonies of #EAF32A
Complementary color
Monochromatic Colors of #EAF32A
Black with #EAF32A
Text Example
Text Example
White with #EAF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF32A; }
p { color: rgb(234,243,42); }
H1.HeaderClassName
{
color: #EAF32A;
}
.AnyTagClassName
{
color: #EAF32A;
}
</style>
background-color css
<style>
a { background-color: #EAF32A; }
a { background-color: rgb(234,243,42); }
div.DivClassName
{
background-color: #EAF32A;
}
.BgClassName
{
background-color: #EAF32A;
}
</style>
border-color css
<style>
span { border-color: #EAF32A; }
span { border-color: rgb(234,243,42); }
td.TdClassName
{
border-color: #EAF32A;
}
.TagClassName
{
border-color: #EAF32A;
}
</style>