Shades of Golden Fizz #EAD534
Tints of Golden Fizz #EAD534
RGB
CMYK
RGB Variations
Color information
#EAD534 (or 0xEAD534) is known color: Golden Fizz. HEX triplet: EA, D5 and 34. RGB value is (234,213,52). Sum of RGB (Red+Green+Blue) = 234+213+52=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD534 is #152ACB. Grayscale: #C9C9C9. Windows color (decimal): -1387212 or 3462634. OLE color: 3462634.
HSL color Cylindrical-coordinate representation of color #EAD534: hue angle of 53.08º 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 #EAD534 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 52 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.08 |
| HSL | 53.08º | 0.81% | 0.56% | - |
| HSV(B) | 53.08º | 0.78% | 0.92% | - |
| XYZ | 58.35 | 65.33 | 12.78 | - |
| YUV | 200.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 52 | 0 | 0.09 | 0.78 | 0.08 | 53.08 | 0.81 | 0.56 |
| Hex | EA | D5 | 34 | 0 | 9 | 4E | 8 | 35 | 51 | 38 |
| Octal | 352 | 325 | 64 | 0 | 11 | 116 | 10 | 65 | 121 | 70 |
| Binary | 11101010 | 11010101 | 110100 | 0 | 1001 | 1001110 | 1000 | 110101 | 1010001 | 111000 |
Color Harmonies of #EAD534
Complementary color
Monochromatic Colors of #EAD534
Black with #EAD534
Text Example
Text Example
White with #EAD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD534; }
p { color: rgb(234,213,52); }
H1.HeaderClassName
{
color: #EAD534;
}
.AnyTagClassName
{
color: #EAD534;
}
</style>
background-color css
<style>
a { background-color: #EAD534; }
a { background-color: rgb(234,213,52); }
div.DivClassName
{
background-color: #EAD534;
}
.BgClassName
{
background-color: #EAD534;
}
</style>
border-color css
<style>
span { border-color: #EAD534; }
span { border-color: rgb(234,213,52); }
td.TdClassName
{
border-color: #EAD534;
}
.TagClassName
{
border-color: #EAD534;
}
</style>