Shades of Golden Fizz #EAD42E
Tints of Golden Fizz #EAD42E
RGB
CMYK
RGB Variations
Color information
#EAD42E (or 0xEAD42E) is known color: Golden Fizz. HEX triplet: EA, D4 and 2E. RGB value is (234,212,46). Sum of RGB (Red+Green+Blue) = 234+212+46=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD42E is #152BD1. Grayscale: #C8C8C8. Windows color (decimal): -1387474 or 3069162. OLE color: 3069162.
HSL color Cylindrical-coordinate representation of color #EAD42E: hue angle of 52.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAD42E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 46 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.08 |
| HSL | 52.98º | 0.82% | 0.55% | - |
| HSV(B) | 52.98º | 0.8% | 0.92% | - |
| XYZ | 57.97 | 64.78 | 12.03 | - |
| YUV | 199.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 46 | 0 | 0.09 | 0.80 | 0.08 | 52.98 | 0.82 | 0.55 |
| Hex | EA | D4 | 2E | 0 | 9 | 50 | 8 | 35 | 52 | 37 |
| Octal | 352 | 324 | 56 | 0 | 11 | 120 | 10 | 65 | 122 | 67 |
| Binary | 11101010 | 11010100 | 101110 | 0 | 1001 | 1010000 | 1000 | 110101 | 1010010 | 110111 |
Color Harmonies of #EAD42E
Complementary color
Monochromatic Colors of #EAD42E
Black with #EAD42E
Text Example
Text Example
White with #EAD42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD42E; }
p { color: rgb(234,212,46); }
H1.HeaderClassName
{
color: #EAD42E;
}
.AnyTagClassName
{
color: #EAD42E;
}
</style>
background-color css
<style>
a { background-color: #EAD42E; }
a { background-color: rgb(234,212,46); }
div.DivClassName
{
background-color: #EAD42E;
}
.BgClassName
{
background-color: #EAD42E;
}
</style>
border-color css
<style>
span { border-color: #EAD42E; }
span { border-color: rgb(234,212,46); }
td.TdClassName
{
border-color: #EAD42E;
}
.TagClassName
{
border-color: #EAD42E;
}
</style>