Shades of Golden Fizz #EAF32B
Tints of Golden Fizz #EAF32B
RGB
CMYK
RGB Variations
Color information
#EAF32B (or 0xEAF32B) is known color: Golden Fizz. HEX triplet: EA, F3 and 2B. RGB value is (234,243,43). Sum of RGB (Red+Green+Blue) = 234+243+43=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 43 (17.19% from 255 or 8.27% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF32B is #150CD4. Grayscale: #DADADA. Windows color (decimal): -1379541 or 2880490. OLE color: 2880490.
HSL color Cylindrical-coordinate representation of color #EAF32B: hue angle of 62.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAF32B is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 43 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.05 |
| HSL | 62.7º | 0.89% | 0.56% | - |
| HSV(B) | 62.7º | 0.82% | 0.95% | - |
| XYZ | 66.42 | 81.77 | 14.57 | - |
| YUV | 217.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 43 | 0.04 | 0 | 0.82 | 0.05 | 62.7 | 0.89 | 0.56 |
| Hex | EA | F3 | 2B | 4 | 0 | 52 | 5 | 3F | 59 | 38 |
| Octal | 352 | 363 | 53 | 4 | 0 | 122 | 5 | 77 | 131 | 70 |
| Binary | 11101010 | 11110011 | 101011 | 100 | 0 | 1010010 | 101 | 111111 | 1011001 | 111000 |
Color Harmonies of #EAF32B
Complementary color
Monochromatic Colors of #EAF32B
Black with #EAF32B
Text Example
Text Example
White with #EAF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF32B; }
p { color: rgb(234,243,43); }
H1.HeaderClassName
{
color: #EAF32B;
}
.AnyTagClassName
{
color: #EAF32B;
}
</style>
background-color css
<style>
a { background-color: #EAF32B; }
a { background-color: rgb(234,243,43); }
div.DivClassName
{
background-color: #EAF32B;
}
.BgClassName
{
background-color: #EAF32B;
}
</style>
border-color css
<style>
span { border-color: #EAF32B; }
span { border-color: rgb(234,243,43); }
td.TdClassName
{
border-color: #EAF32B;
}
.TagClassName
{
border-color: #EAF32B;
}
</style>