#E2D82C

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

Shades of Golden Fizz #E2D82C

Tints of Golden Fizz #E2D82C

Color information

#E2D82C (or 0xE2D82C) is unknown color: approx Golden Fizz. HEX triplet: E2, D8 and 2C. RGB value is (226,216,44). Sum of RGB (Red+Green+Blue) = 226+216+44=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D82C is #1D27D3. Grayscale: #C8C8C8. Windows color (decimal): -1910740 or 2939106. OLE color: 2939106.

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

Color convert

RGB22621644-
CMYK00.040.810.11
HSL56.7º75.83%52.94%-
HSV(B)56.7º80.53%88.63%-
XYZ56.3765.4612.05-
YUV199.3840.31146.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 216 (84.77% from 255) = 44.44%
BLUE value IS 44 (17.58% from 255) = 9.05%
R=46.50%
G=44.44%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262164400.040.810.1156.775.8352.94
HexE2D82C0451B394c35
Octal3423305404121137111465
Binary11100010110110001011000100101000110111110011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D82C; }

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

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

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

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

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

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

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

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