Shades of Golden Fizz #EADF25
Tints of Golden Fizz #EADF25
RGB
CMYK
RGB Variations
Color information
#EADF25 (or 0xEADF25) is known color: Golden Fizz. HEX triplet: EA, DF and 25. RGB value is (234,223,37). Sum of RGB (Red+Green+Blue) = 234+223+37=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF25 is #1520DA. Grayscale: #CDCDCD. Windows color (decimal): -1384667 or 2482154. OLE color: 2482154.
HSL color Cylindrical-coordinate representation of color #EADF25: hue angle of 56.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EADF25 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 37 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.08 |
| HSL | 56.65º | 0.82% | 0.53% | - |
| HSV(B) | 56.65º | 0.84% | 0.92% | - |
| XYZ | 60.65 | 70.4 | 12.14 | - |
| YUV | 205.09 | 33.14 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 37 | 0 | 0.05 | 0.84 | 0.08 | 56.65 | 0.82 | 0.53 |
| Hex | EA | DF | 25 | 0 | 5 | 54 | 8 | 39 | 52 | 35 |
| Octal | 352 | 337 | 45 | 0 | 5 | 124 | 10 | 71 | 122 | 65 |
| Binary | 11101010 | 11011111 | 100101 | 0 | 101 | 1010100 | 1000 | 111001 | 1010010 | 110101 |
Color Harmonies of #EADF25
Complementary color
Monochromatic Colors of #EADF25
Black with #EADF25
Text Example
Text Example
White with #EADF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF25; }
p { color: rgb(234,223,37); }
H1.HeaderClassName
{
color: #EADF25;
}
.AnyTagClassName
{
color: #EADF25;
}
</style>
background-color css
<style>
a { background-color: #EADF25; }
a { background-color: rgb(234,223,37); }
div.DivClassName
{
background-color: #EADF25;
}
.BgClassName
{
background-color: #EADF25;
}
</style>
border-color css
<style>
span { border-color: #EADF25; }
span { border-color: rgb(234,223,37); }
td.TdClassName
{
border-color: #EADF25;
}
.TagClassName
{
border-color: #EADF25;
}
</style>