Shades of Golden Fizz #EADF23
Tints of Golden Fizz #EADF23
RGB
CMYK
RGB Variations
Color information
#EADF23 (or 0xEADF23) is known color: Golden Fizz. HEX triplet: EA, DF and 23. RGB value is (234,223,35). Sum of RGB (Red+Green+Blue) = 234+223+35=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF23 is #1520DC. Grayscale: #CDCDCD. Windows color (decimal): -1384669 or 2351082. OLE color: 2351082.
HSL color Cylindrical-coordinate representation of color #EADF23: hue angle of 56.68º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EADF23 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 35 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.08 |
| HSL | 56.68º | 0.83% | 0.53% | - |
| HSV(B) | 56.68º | 0.85% | 0.92% | - |
| XYZ | 60.62 | 70.39 | 11.98 | - |
| YUV | 204.86 | 32.14 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 35 | 0 | 0.05 | 0.85 | 0.08 | 56.68 | 0.83 | 0.53 |
| Hex | EA | DF | 23 | 0 | 5 | 55 | 8 | 39 | 53 | 35 |
| Octal | 352 | 337 | 43 | 0 | 5 | 125 | 10 | 71 | 123 | 65 |
| Binary | 11101010 | 11011111 | 100011 | 0 | 101 | 1010101 | 1000 | 111001 | 1010011 | 110101 |
Color Harmonies of #EADF23
Complementary color
Monochromatic Colors of #EADF23
Black with #EADF23
Text Example
Text Example
White with #EADF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF23; }
p { color: rgb(234,223,35); }
H1.HeaderClassName
{
color: #EADF23;
}
.AnyTagClassName
{
color: #EADF23;
}
</style>
background-color css
<style>
a { background-color: #EADF23; }
a { background-color: rgb(234,223,35); }
div.DivClassName
{
background-color: #EADF23;
}
.BgClassName
{
background-color: #EADF23;
}
</style>
border-color css
<style>
span { border-color: #EADF23; }
span { border-color: rgb(234,223,35); }
td.TdClassName
{
border-color: #EADF23;
}
.TagClassName
{
border-color: #EADF23;
}
</style>