Shades of Golden Fizz #EADB27
Tints of Golden Fizz #EADB27
RGB
CMYK
RGB Variations
Color information
#EADB27 (or 0xEADB27) is known color: Golden Fizz. HEX triplet: EA, DB and 27. RGB value is (234,219,39). Sum of RGB (Red+Green+Blue) = 234+219+39=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB27 is #1524D8. Grayscale: #CBCBCB. Windows color (decimal): -1385689 or 2612202. OLE color: 2612202.
HSL color Cylindrical-coordinate representation of color #EADB27: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EADB27 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 39 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.08 |
| HSL | 55.38º | 0.82% | 0.54% | - |
| HSV(B) | 55.38º | 0.83% | 0.92% | - |
| XYZ | 59.63 | 68.3 | 11.96 | - |
| YUV | 202.97 | 35.47 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 39 | 0 | 0.06 | 0.83 | 0.08 | 55.38 | 0.82 | 0.54 |
| Hex | EA | DB | 27 | 0 | 6 | 53 | 8 | 37 | 52 | 36 |
| Octal | 352 | 333 | 47 | 0 | 6 | 123 | 10 | 67 | 122 | 66 |
| Binary | 11101010 | 11011011 | 100111 | 0 | 110 | 1010011 | 1000 | 110111 | 1010010 | 110110 |
Color Harmonies of #EADB27
Complementary color
Monochromatic Colors of #EADB27
Black with #EADB27
Text Example
Text Example
White with #EADB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB27; }
p { color: rgb(234,219,39); }
H1.HeaderClassName
{
color: #EADB27;
}
.AnyTagClassName
{
color: #EADB27;
}
</style>
background-color css
<style>
a { background-color: #EADB27; }
a { background-color: rgb(234,219,39); }
div.DivClassName
{
background-color: #EADB27;
}
.BgClassName
{
background-color: #EADB27;
}
</style>
border-color css
<style>
span { border-color: #EADB27; }
span { border-color: rgb(234,219,39); }
td.TdClassName
{
border-color: #EADB27;
}
.TagClassName
{
border-color: #EADB27;
}
</style>