Shades of Golden Fizz #EADF32
Tints of Golden Fizz #EADF32
RGB
CMYK
RGB Variations
Color information
#EADF32 (or 0xEADF32) is known color: Golden Fizz. HEX triplet: EA, DF and 32. RGB value is (234,223,50). Sum of RGB (Red+Green+Blue) = 234+223+50=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF32 is #1520CD. Grayscale: #CFCFCF. Windows color (decimal): -1384654 or 3334122. OLE color: 3334122.
HSL color Cylindrical-coordinate representation of color #EADF32: hue angle of 56.41º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EADF32 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 50 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.08 |
| HSL | 56.41º | 0.81% | 0.56% | - |
| HSV(B) | 56.41º | 0.79% | 0.92% | - |
| XYZ | 60.9 | 70.5 | 13.42 | - |
| YUV | 206.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 50 | 0 | 0.05 | 0.79 | 0.08 | 56.41 | 0.81 | 0.56 |
| Hex | EA | DF | 32 | 0 | 5 | 4F | 8 | 38 | 51 | 38 |
| Octal | 352 | 337 | 62 | 0 | 5 | 117 | 10 | 70 | 121 | 70 |
| Binary | 11101010 | 11011111 | 110010 | 0 | 101 | 1001111 | 1000 | 111000 | 1010001 | 111000 |
Color Harmonies of #EADF32
Complementary color
Monochromatic Colors of #EADF32
Black with #EADF32
Text Example
Text Example
White with #EADF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF32; }
p { color: rgb(234,223,50); }
H1.HeaderClassName
{
color: #EADF32;
}
.AnyTagClassName
{
color: #EADF32;
}
</style>
background-color css
<style>
a { background-color: #EADF32; }
a { background-color: rgb(234,223,50); }
div.DivClassName
{
background-color: #EADF32;
}
.BgClassName
{
background-color: #EADF32;
}
</style>
border-color css
<style>
span { border-color: #EADF32; }
span { border-color: rgb(234,223,50); }
td.TdClassName
{
border-color: #EADF32;
}
.TagClassName
{
border-color: #EADF32;
}
</style>