Shades of Golden Fizz #EADF30
Tints of Golden Fizz #EADF30
RGB
CMYK
RGB Variations
Color information
#EADF30 (or 0xEADF30) is known color: Golden Fizz. HEX triplet: EA, DF and 30. RGB value is (234,223,48). Sum of RGB (Red+Green+Blue) = 234+223+48=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF30 is #1520CF. Grayscale: #CFCFCF. Windows color (decimal): -1384656 or 3203050. OLE color: 3203050.
HSL color Cylindrical-coordinate representation of color #EADF30: hue angle of 56.45º 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 #EADF30 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 48 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.08 |
| HSL | 56.45º | 0.82% | 0.55% | - |
| HSV(B) | 56.45º | 0.79% | 0.92% | - |
| XYZ | 60.85 | 70.48 | 13.19 | - |
| YUV | 206.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 48 | 0 | 0.05 | 0.79 | 0.08 | 56.45 | 0.82 | 0.55 |
| Hex | EA | DF | 30 | 0 | 5 | 4F | 8 | 38 | 52 | 37 |
| Octal | 352 | 337 | 60 | 0 | 5 | 117 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011111 | 110000 | 0 | 101 | 1001111 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADF30
Complementary color
Monochromatic Colors of #EADF30
Black with #EADF30
Text Example
Text Example
White with #EADF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF30; }
p { color: rgb(234,223,48); }
H1.HeaderClassName
{
color: #EADF30;
}
.AnyTagClassName
{
color: #EADF30;
}
</style>
background-color css
<style>
a { background-color: #EADF30; }
a { background-color: rgb(234,223,48); }
div.DivClassName
{
background-color: #EADF30;
}
.BgClassName
{
background-color: #EADF30;
}
</style>
border-color css
<style>
span { border-color: #EADF30; }
span { border-color: rgb(234,223,48); }
td.TdClassName
{
border-color: #EADF30;
}
.TagClassName
{
border-color: #EADF30;
}
</style>