Shades of Golden Fizz #EAF32D
Tints of Golden Fizz #EAF32D
RGB
CMYK
RGB Variations
Color information
#EAF32D (or 0xEAF32D) is known color: Golden Fizz. HEX triplet: EA, F3 and 2D. RGB value is (234,243,45). Sum of RGB (Red+Green+Blue) = 234+243+45=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF32D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF32D is #150CD2. Grayscale: #DADADA. Windows color (decimal): -1379539 or 3011562. OLE color: 3011562.
HSL color Cylindrical-coordinate representation of color #EAF32D: hue angle of 62.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAF32D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 45 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.05 |
| HSL | 62.73º | 0.89% | 0.56% | - |
| HSV(B) | 62.73º | 0.81% | 0.95% | - |
| XYZ | 66.46 | 81.78 | 14.77 | - |
| YUV | 217.74 | 30.52 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 45 | 0.04 | 0 | 0.81 | 0.05 | 62.73 | 0.89 | 0.56 |
| Hex | EA | F3 | 2D | 4 | 0 | 51 | 5 | 3F | 59 | 38 |
| Octal | 352 | 363 | 55 | 4 | 0 | 121 | 5 | 77 | 131 | 70 |
| Binary | 11101010 | 11110011 | 101101 | 100 | 0 | 1010001 | 101 | 111111 | 1011001 | 111000 |
Color Harmonies of #EAF32D
Complementary color
Monochromatic Colors of #EAF32D
Black with #EAF32D
Text Example
Text Example
White with #EAF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF32D; }
p { color: rgb(234,243,45); }
H1.HeaderClassName
{
color: #EAF32D;
}
.AnyTagClassName
{
color: #EAF32D;
}
</style>
background-color css
<style>
a { background-color: #EAF32D; }
a { background-color: rgb(234,243,45); }
div.DivClassName
{
background-color: #EAF32D;
}
.BgClassName
{
background-color: #EAF32D;
}
</style>
border-color css
<style>
span { border-color: #EAF32D; }
span { border-color: rgb(234,243,45); }
td.TdClassName
{
border-color: #EAF32D;
}
.TagClassName
{
border-color: #EAF32D;
}
</style>