Shades of Golden Fizz #EAF635
Tints of Golden Fizz #EAF635
RGB
CMYK
RGB Variations
Color information
#EAF635 (or 0xEAF635) is known color: Golden Fizz. HEX triplet: EA, F6 and 35. RGB value is (234,246,53). Sum of RGB (Red+Green+Blue) = 234+246+53=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF635 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF635 is #1509CA. Grayscale: #DDDDDD. Windows color (decimal): -1378763 or 3536618. OLE color: 3536618.
HSL color Cylindrical-coordinate representation of color #EAF635: hue angle of 63.73º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAF635 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 53 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.04 |
| HSL | 63.73º | 0.91% | 0.59% | - |
| HSV(B) | 63.73º | 0.78% | 0.96% | - |
| XYZ | 67.53 | 83.66 | 15.96 | - |
| YUV | 220.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 53 | 0.05 | 0 | 0.78 | 0.04 | 63.73 | 0.91 | 0.59 |
| Hex | EA | F6 | 35 | 5 | 0 | 4E | 4 | 40 | 5B | 3B |
| Octal | 352 | 366 | 65 | 5 | 0 | 116 | 4 | 100 | 133 | 73 |
| Binary | 11101010 | 11110110 | 110101 | 101 | 0 | 1001110 | 100 | 1000000 | 1011011 | 111011 |
Color Harmonies of #EAF635
Complementary color
Monochromatic Colors of #EAF635
Black with #EAF635
Text Example
Text Example
White with #EAF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF635; }
p { color: rgb(234,246,53); }
H1.HeaderClassName
{
color: #EAF635;
}
.AnyTagClassName
{
color: #EAF635;
}
</style>
background-color css
<style>
a { background-color: #EAF635; }
a { background-color: rgb(234,246,53); }
div.DivClassName
{
background-color: #EAF635;
}
.BgClassName
{
background-color: #EAF635;
}
</style>
border-color css
<style>
span { border-color: #EAF635; }
span { border-color: rgb(234,246,53); }
td.TdClassName
{
border-color: #EAF635;
}
.TagClassName
{
border-color: #EAF635;
}
</style>