Shades of Golden Fizz #EAD234
Tints of Golden Fizz #EAD234
RGB
CMYK
RGB Variations
Color information
#EAD234 (or 0xEAD234) is known color: Golden Fizz. HEX triplet: EA, D2 and 34. RGB value is (234,210,52). Sum of RGB (Red+Green+Blue) = 234+210+52=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD234 is #152DCB. Grayscale: #C7C7C7. Windows color (decimal): -1387980 or 3461866. OLE color: 3461866.
HSL color Cylindrical-coordinate representation of color #EAD234: hue angle of 52.09º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAD234 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 52 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.08 |
| HSL | 52.09º | 0.81% | 0.56% | - |
| HSV(B) | 52.09º | 0.78% | 0.92% | - |
| XYZ | 57.6 | 63.83 | 12.53 | - |
| YUV | 199.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 52 | 0 | 0.10 | 0.78 | 0.08 | 52.09 | 0.81 | 0.56 |
| Hex | EA | D2 | 34 | 0 | A | 4E | 8 | 34 | 51 | 38 |
| Octal | 352 | 322 | 64 | 0 | 12 | 116 | 10 | 64 | 121 | 70 |
| Binary | 11101010 | 11010010 | 110100 | 0 | 1010 | 1001110 | 1000 | 110100 | 1010001 | 111000 |
Color Harmonies of #EAD234
Complementary color
Monochromatic Colors of #EAD234
Black with #EAD234
Text Example
Text Example
White with #EAD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD234; }
p { color: rgb(234,210,52); }
H1.HeaderClassName
{
color: #EAD234;
}
.AnyTagClassName
{
color: #EAD234;
}
</style>
background-color css
<style>
a { background-color: #EAD234; }
a { background-color: rgb(234,210,52); }
div.DivClassName
{
background-color: #EAD234;
}
.BgClassName
{
background-color: #EAD234;
}
</style>
border-color css
<style>
span { border-color: #EAD234; }
span { border-color: rgb(234,210,52); }
td.TdClassName
{
border-color: #EAD234;
}
.TagClassName
{
border-color: #EAD234;
}
</style>