Shades of Golden Fizz #EADC23
Tints of Golden Fizz #EADC23
RGB
CMYK
RGB Variations
Color information
#EADC23 (or 0xEADC23) is known color: Golden Fizz. HEX triplet: EA, DC and 23. RGB value is (234,220,35). Sum of RGB (Red+Green+Blue) = 234+220+35=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 35 (14.06% from 255 or 7.16% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC23 is #1523DC. Grayscale: #CBCBCB. Windows color (decimal): -1385437 or 2350314. OLE color: 2350314.
HSL color Cylindrical-coordinate representation of color #EADC23: hue angle of 55.78º 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 #EADC23 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 35 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.08 |
| HSL | 55.78º | 0.83% | 0.53% | - |
| HSV(B) | 55.78º | 0.85% | 0.92% | - |
| XYZ | 59.83 | 68.8 | 11.72 | - |
| YUV | 203.1 | 33.14 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 35 | 0 | 0.06 | 0.85 | 0.08 | 55.78 | 0.83 | 0.53 |
| Hex | EA | DC | 23 | 0 | 6 | 55 | 8 | 38 | 53 | 35 |
| Octal | 352 | 334 | 43 | 0 | 6 | 125 | 10 | 70 | 123 | 65 |
| Binary | 11101010 | 11011100 | 100011 | 0 | 110 | 1010101 | 1000 | 111000 | 1010011 | 110101 |
Color Harmonies of #EADC23
Complementary color
Monochromatic Colors of #EADC23
Black with #EADC23
Text Example
Text Example
White with #EADC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC23; }
p { color: rgb(234,220,35); }
H1.HeaderClassName
{
color: #EADC23;
}
.AnyTagClassName
{
color: #EADC23;
}
</style>
background-color css
<style>
a { background-color: #EADC23; }
a { background-color: rgb(234,220,35); }
div.DivClassName
{
background-color: #EADC23;
}
.BgClassName
{
background-color: #EADC23;
}
</style>
border-color css
<style>
span { border-color: #EADC23; }
span { border-color: rgb(234,220,35); }
td.TdClassName
{
border-color: #EADC23;
}
.TagClassName
{
border-color: #EADC23;
}
</style>