Shades of Golden Fizz #EADD32
Tints of Golden Fizz #EADD32
RGB
CMYK
RGB Variations
Color information
#EADD32 (or 0xEADD32) is known color: Golden Fizz. HEX triplet: EA, DD and 32. RGB value is (234,221,50). Sum of RGB (Red+Green+Blue) = 234+221+50=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD32 is #1522CD. Grayscale: #CECECE. Windows color (decimal): -1385166 or 3333610. OLE color: 3333610.
HSL color Cylindrical-coordinate representation of color #EADD32: hue angle of 55.76º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EADD32 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 50 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.08 |
| HSL | 55.76º | 0.81% | 0.56% | - |
| HSV(B) | 55.76º | 0.79% | 0.92% | - |
| XYZ | 60.36 | 69.44 | 13.24 | - |
| YUV | 205.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 50 | 0 | 0.06 | 0.79 | 0.08 | 55.76 | 0.81 | 0.56 |
| Hex | EA | DD | 32 | 0 | 6 | 4F | 8 | 38 | 51 | 38 |
| Octal | 352 | 335 | 62 | 0 | 6 | 117 | 10 | 70 | 121 | 70 |
| Binary | 11101010 | 11011101 | 110010 | 0 | 110 | 1001111 | 1000 | 111000 | 1010001 | 111000 |
Color Harmonies of #EADD32
Complementary color
Monochromatic Colors of #EADD32
Black with #EADD32
Text Example
Text Example
White with #EADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD32; }
p { color: rgb(234,221,50); }
H1.HeaderClassName
{
color: #EADD32;
}
.AnyTagClassName
{
color: #EADD32;
}
</style>
background-color css
<style>
a { background-color: #EADD32; }
a { background-color: rgb(234,221,50); }
div.DivClassName
{
background-color: #EADD32;
}
.BgClassName
{
background-color: #EADD32;
}
</style>
border-color css
<style>
span { border-color: #EADD32; }
span { border-color: rgb(234,221,50); }
td.TdClassName
{
border-color: #EADD32;
}
.TagClassName
{
border-color: #EADD32;
}
</style>