Shades of Golden Fizz #EAF433
Tints of Golden Fizz #EAF433
RGB
CMYK
RGB Variations
Color information
#EAF433 (or 0xEAF433) is known color: Golden Fizz. HEX triplet: EA, F4 and 33. RGB value is (234,244,51). Sum of RGB (Red+Green+Blue) = 234+244+51=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF433 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF433 is #150BCC. Grayscale: #DBDBDB. Windows color (decimal): -1379277 or 3405034. OLE color: 3405034.
HSL color Cylindrical-coordinate representation of color #EAF433: hue angle of 63.11º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAF433 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 51 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.04 |
| HSL | 63.11º | 0.9% | 0.58% | - |
| HSV(B) | 63.11º | 0.79% | 0.96% | - |
| XYZ | 66.88 | 82.43 | 15.52 | - |
| YUV | 219.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 51 | 0.04 | 0 | 0.79 | 0.04 | 63.11 | 0.9 | 0.58 |
| Hex | EA | F4 | 33 | 4 | 0 | 4F | 4 | 3F | 5A | 3A |
| Octal | 352 | 364 | 63 | 4 | 0 | 117 | 4 | 77 | 132 | 72 |
| Binary | 11101010 | 11110100 | 110011 | 100 | 0 | 1001111 | 100 | 111111 | 1011010 | 111010 |
Color Harmonies of #EAF433
Complementary color
Monochromatic Colors of #EAF433
Black with #EAF433
Text Example
Text Example
White with #EAF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF433; }
p { color: rgb(234,244,51); }
H1.HeaderClassName
{
color: #EAF433;
}
.AnyTagClassName
{
color: #EAF433;
}
</style>
background-color css
<style>
a { background-color: #EAF433; }
a { background-color: rgb(234,244,51); }
div.DivClassName
{
background-color: #EAF433;
}
.BgClassName
{
background-color: #EAF433;
}
</style>
border-color css
<style>
span { border-color: #EAF433; }
span { border-color: rgb(234,244,51); }
td.TdClassName
{
border-color: #EAF433;
}
.TagClassName
{
border-color: #EAF433;
}
</style>