Shades of Golden Fizz #E3DF1A
Tints of Golden Fizz #E3DF1A
RGB
CMYK
RGB Variations
Color information
#E3DF1A (or 0xE3DF1A) is known color: Golden Fizz. HEX triplet: E3, DF and 1A. RGB value is (227,223,26). Sum of RGB (Red+Green+Blue) = 227+223+26=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DF1A is #1C20E5. Grayscale: #CACACA. Windows color (decimal): -1843430 or 1761251. OLE color: 1761251.
HSL color Cylindrical-coordinate representation of color #E3DF1A: hue angle of 58.81º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3DF1A is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 26 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.11 |
| HSL | 58.81º | 0.79% | 0.5% | - |
| HSV(B) | 58.81º | 0.89% | 0.89% | - |
| XYZ | 58.25 | 69.18 | 11.26 | - |
| YUV | 201.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 26 | 0 | 0.02 | 0.89 | 0.11 | 58.81 | 0.79 | 0.5 |
| Hex | E3 | DF | 1A | 0 | 2 | 59 | B | 3B | 4F | 32 |
| Octal | 343 | 337 | 32 | 0 | 2 | 131 | 13 | 73 | 117 | 62 |
| Binary | 11100011 | 11011111 | 11010 | 0 | 10 | 1011001 | 1011 | 111011 | 1001111 | 110010 |
Color Harmonies of #E3DF1A
Complementary color
Monochromatic Colors of #E3DF1A
Black with #E3DF1A
Text Example
Text Example
White with #E3DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF1A; }
p { color: rgb(227,223,26); }
H1.HeaderClassName
{
color: #E3DF1A;
}
.AnyTagClassName
{
color: #E3DF1A;
}
</style>
background-color css
<style>
a { background-color: #E3DF1A; }
a { background-color: rgb(227,223,26); }
div.DivClassName
{
background-color: #E3DF1A;
}
.BgClassName
{
background-color: #E3DF1A;
}
</style>
border-color css
<style>
span { border-color: #E3DF1A; }
span { border-color: rgb(227,223,26); }
td.TdClassName
{
border-color: #E3DF1A;
}
.TagClassName
{
border-color: #E3DF1A;
}
</style>