#E2D821

Color #E2D821 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E2D821

Tints of Golden Fizz #E2D821

Color information

#E2D821 (or 0xE2D821) is unknown color: approx Golden Fizz. HEX triplet: E2, D8 and 21. RGB value is (226,216,33). Sum of RGB (Red+Green+Blue) = 226+216+33=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D821 is #1D27DE. Grayscale: #C6C6C6. Windows color (decimal): -1910751 or 2218210. OLE color: 2218210.

HSL color Cylindrical-coordinate representation of color #E2D821: hue angle of 56.89º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2D821 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB22621633-
CMYK00.040.850.11
HSL56.89º76.89%50.78%-
HSV(B)56.89º85.4%88.63%-
XYZ56.1965.3911.1-
YUV198.1334.81147.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 33 (13.28% from 255) = 6.95%
R=47.58%
G=45.47%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262163300.040.850.1156.8976.8950.78
HexE2D8210455B394d33
Octal3423304104125137111563
Binary11100010110110001000010100101010110111110011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D821; }

 p { color: rgb(226,216,33); }

 H1.HeaderClassName
 {
   color: #E2D821;
 }
 .AnyTagClassName
 {
   color: #E2D821;
 }
</style>
background-color css

<style>
 a { background-color: #E2D821; }

 a { background-color: rgb(226,216,33); }

 div.DivClassName
 {
   background-color: #E2D821;
 }
 .BgClassName
 {
   background-color: #E2D821;
 }
</style>
border-color css

<style>
 span { border-color: #E2D821; }

 span { border-color: rgb(226,216,33); }

 td.TdClassName
 {
   border-color: #E2D821;
 }
 .TagClassName
 {
   border-color: #E2D821;
 }
</style>