Shades of Golden Fizz #EAFF2D
Tints of Golden Fizz #EAFF2D
RGB
CMYK
RGB Variations
Color information
#EAFF2D (or 0xEAFF2D) is known color: Golden Fizz. HEX triplet: EA, FF and 2D. RGB value is (234,255,45). Sum of RGB (Red+Green+Blue) = 234+255+45=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF2D is #1500D2. Grayscale: #E1E1E1. Windows color (decimal): -1376467 or 3014634. OLE color: 3014634.
HSL color Cylindrical-coordinate representation of color #EAFF2D: hue angle of 66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAFF2D is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 45 | - |
| CMYK | 0.08 | 0 | 0.82 | 0 |
| HSL | 66º | 1% | 0.59% | - |
| HSV(B) | 66º | 0.82% | 1% | - |
| XYZ | 70.17 | 89.2 | 16 | - |
| YUV | 224.78 | 26.54 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 45 | 0.08 | 0 | 0.82 | 0 | 66 | 1 | 0.59 |
| Hex | EA | FF | 2D | 8 | 0 | 52 | 0 | 42 | 64 | 3B |
| Octal | 352 | 377 | 55 | 10 | 0 | 122 | 0 | 102 | 144 | 73 |
| Binary | 11101010 | 11111111 | 101101 | 1000 | 0 | 1010010 | 0 | 1000010 | 1100100 | 111011 |
Color Harmonies of #EAFF2D
Complementary color
Monochromatic Colors of #EAFF2D
Black with #EAFF2D
Text Example
Text Example
White with #EAFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF2D; }
p { color: rgb(234,255,45); }
H1.HeaderClassName
{
color: #EAFF2D;
}
.AnyTagClassName
{
color: #EAFF2D;
}
</style>
background-color css
<style>
a { background-color: #EAFF2D; }
a { background-color: rgb(234,255,45); }
div.DivClassName
{
background-color: #EAFF2D;
}
.BgClassName
{
background-color: #EAFF2D;
}
</style>
border-color css
<style>
span { border-color: #EAFF2D; }
span { border-color: rgb(234,255,45); }
td.TdClassName
{
border-color: #EAFF2D;
}
.TagClassName
{
border-color: #EAFF2D;
}
</style>