Shades of Golden Fizz #EAED2D
Tints of Golden Fizz #EAED2D
RGB
CMYK
RGB Variations
Color information
#EAED2D (or 0xEAED2D) is known color: Golden Fizz. HEX triplet: EA, ED and 2D. RGB value is (234,237,45). Sum of RGB (Red+Green+Blue) = 234+237+45=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAED2D is #1512D2. Grayscale: #D6D6D6. Windows color (decimal): -1381075 or 3010026. OLE color: 3010026.
HSL color Cylindrical-coordinate representation of color #EAED2D: hue angle of 60.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAED2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 45 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.07 |
| HSL | 60.94º | 0.84% | 0.55% | - |
| HSV(B) | 60.94º | 0.81% | 0.93% | - |
| XYZ | 64.69 | 78.25 | 14.18 | - |
| YUV | 214.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 45 | 0.01 | 0 | 0.81 | 0.07 | 60.94 | 0.84 | 0.55 |
| Hex | EA | ED | 2D | 1 | 0 | 51 | 7 | 3D | 54 | 37 |
| Octal | 352 | 355 | 55 | 1 | 0 | 121 | 7 | 75 | 124 | 67 |
| Binary | 11101010 | 11101101 | 101101 | 1 | 0 | 1010001 | 111 | 111101 | 1010100 | 110111 |
Color Harmonies of #EAED2D
Complementary color
Monochromatic Colors of #EAED2D
Black with #EAED2D
Text Example
Text Example
White with #EAED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED2D; }
p { color: rgb(234,237,45); }
H1.HeaderClassName
{
color: #EAED2D;
}
.AnyTagClassName
{
color: #EAED2D;
}
</style>
background-color css
<style>
a { background-color: #EAED2D; }
a { background-color: rgb(234,237,45); }
div.DivClassName
{
background-color: #EAED2D;
}
.BgClassName
{
background-color: #EAED2D;
}
</style>
border-color css
<style>
span { border-color: #EAED2D; }
span { border-color: rgb(234,237,45); }
td.TdClassName
{
border-color: #EAED2D;
}
.TagClassName
{
border-color: #EAED2D;
}
</style>