Shades of Golden Fizz #EAFE2B
Tints of Golden Fizz #EAFE2B
RGB
CMYK
RGB Variations
Color information
#EAFE2B (or 0xEAFE2B) is known color: Golden Fizz. HEX triplet: EA, FE and 2B. RGB value is (234,254,43). Sum of RGB (Red+Green+Blue) = 234+254+43=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE2B is #1501D4. Grayscale: #E0E0E0. Windows color (decimal): -1376725 or 2883306. OLE color: 2883306.
HSL color Cylindrical-coordinate representation of color #EAFE2B: hue angle of 65.69º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAFE2B is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 43 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.00 |
| HSL | 65.69º | 0.99% | 0.58% | - |
| HSV(B) | 65.69º | 0.83% | 1% | - |
| XYZ | 69.81 | 88.55 | 15.7 | - |
| YUV | 223.97 | 25.87 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 43 | 0.08 | 0 | 0.83 | 0.00 | 65.69 | 0.99 | 0.58 |
| Hex | EA | FE | 2B | 8 | 0 | 53 | 0 | 42 | 63 | 3A |
| Octal | 352 | 376 | 53 | 10 | 0 | 123 | 0 | 102 | 143 | 72 |
| Binary | 11101010 | 11111110 | 101011 | 1000 | 0 | 1010011 | 0 | 1000010 | 1100011 | 111010 |
Color Harmonies of #EAFE2B
Complementary color
Monochromatic Colors of #EAFE2B
Black with #EAFE2B
Text Example
Text Example
White with #EAFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE2B; }
p { color: rgb(234,254,43); }
H1.HeaderClassName
{
color: #EAFE2B;
}
.AnyTagClassName
{
color: #EAFE2B;
}
</style>
background-color css
<style>
a { background-color: #EAFE2B; }
a { background-color: rgb(234,254,43); }
div.DivClassName
{
background-color: #EAFE2B;
}
.BgClassName
{
background-color: #EAFE2B;
}
</style>
border-color css
<style>
span { border-color: #EAFE2B; }
span { border-color: rgb(234,254,43); }
td.TdClassName
{
border-color: #EAFE2B;
}
.TagClassName
{
border-color: #EAFE2B;
}
</style>