Shades of Golden Fizz #EADA27
Tints of Golden Fizz #EADA27
RGB
CMYK
RGB Variations
Color information
#EADA27 (or 0xEADA27) is known color: Golden Fizz. HEX triplet: EA, DA and 27. RGB value is (234,218,39). Sum of RGB (Red+Green+Blue) = 234+218+39=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 39 (15.62% from 255 or 7.94% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA27 is #1525D8. Grayscale: #CBCBCB. Windows color (decimal): -1385945 or 2611946. OLE color: 2611946.
HSL color Cylindrical-coordinate representation of color #EADA27: hue angle of 55.08º 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 #EADA27 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 39 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.08 |
| HSL | 55.08º | 0.82% | 0.54% | - |
| HSV(B) | 55.08º | 0.83% | 0.92% | - |
| XYZ | 59.37 | 67.78 | 11.87 | - |
| YUV | 202.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 39 | 0 | 0.07 | 0.83 | 0.08 | 55.08 | 0.82 | 0.54 |
| Hex | EA | DA | 27 | 0 | 7 | 53 | 8 | 37 | 52 | 36 |
| Octal | 352 | 332 | 47 | 0 | 7 | 123 | 10 | 67 | 122 | 66 |
| Binary | 11101010 | 11011010 | 100111 | 0 | 111 | 1010011 | 1000 | 110111 | 1010010 | 110110 |
Color Harmonies of #EADA27
Complementary color
Monochromatic Colors of #EADA27
Black with #EADA27
Text Example
Text Example
White with #EADA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA27; }
p { color: rgb(234,218,39); }
H1.HeaderClassName
{
color: #EADA27;
}
.AnyTagClassName
{
color: #EADA27;
}
</style>
background-color css
<style>
a { background-color: #EADA27; }
a { background-color: rgb(234,218,39); }
div.DivClassName
{
background-color: #EADA27;
}
.BgClassName
{
background-color: #EADA27;
}
</style>
border-color css
<style>
span { border-color: #EADA27; }
span { border-color: rgb(234,218,39); }
td.TdClassName
{
border-color: #EADA27;
}
.TagClassName
{
border-color: #EADA27;
}
</style>