Shades of Golden Fizz #EADD30
Tints of Golden Fizz #EADD30
RGB
CMYK
RGB Variations
Color information
#EADD30 (or 0xEADD30) is known color: Golden Fizz. HEX triplet: EA, DD and 30. RGB value is (234,221,48). Sum of RGB (Red+Green+Blue) = 234+221+48=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD30 is #1522CF. Grayscale: #CDCDCD. Windows color (decimal): -1385168 or 3202538. OLE color: 3202538.
HSL color Cylindrical-coordinate representation of color #EADD30: hue angle of 55.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EADD30 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 48 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.08 |
| HSL | 55.81º | 0.82% | 0.55% | - |
| HSV(B) | 55.81º | 0.79% | 0.92% | - |
| XYZ | 60.32 | 69.42 | 13.02 | - |
| YUV | 205.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 48 | 0 | 0.06 | 0.79 | 0.08 | 55.81 | 0.82 | 0.55 |
| Hex | EA | DD | 30 | 0 | 6 | 4F | 8 | 38 | 52 | 37 |
| Octal | 352 | 335 | 60 | 0 | 6 | 117 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011101 | 110000 | 0 | 110 | 1001111 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADD30
Complementary color
Monochromatic Colors of #EADD30
Black with #EADD30
Text Example
Text Example
White with #EADD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD30; }
p { color: rgb(234,221,48); }
H1.HeaderClassName
{
color: #EADD30;
}
.AnyTagClassName
{
color: #EADD30;
}
</style>
background-color css
<style>
a { background-color: #EADD30; }
a { background-color: rgb(234,221,48); }
div.DivClassName
{
background-color: #EADD30;
}
.BgClassName
{
background-color: #EADD30;
}
</style>
border-color css
<style>
span { border-color: #EADD30; }
span { border-color: rgb(234,221,48); }
td.TdClassName
{
border-color: #EADD30;
}
.TagClassName
{
border-color: #EADD30;
}
</style>