#E1DC2E

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

Shades of Golden Fizz #E1DC2E

Tints of Golden Fizz #E1DC2E

Color information

#E1DC2E (or 0xE1DC2E) is unknown color: approx Golden Fizz. HEX triplet: E1, DC and 2E. RGB value is (225,220,46). Sum of RGB (Red+Green+Blue) = 225+220+46=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC2E is #1E23D1. Grayscale: #CACACA. Windows color (decimal): -1975250 or 3071201. OLE color: 3071201.

HSL color Cylindrical-coordinate representation of color #E1DC2E: hue angle of 58.32º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1DC2E is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22522046-
CMYK00.020.800.12
HSL58.32º74.9%53.14%-
HSV(B)58.32º79.56%88.24%-
XYZ57.1467.3912.58-
YUV201.6640.16144.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 46 (18.36% from 255) = 9.37%
R=45.82%
G=44.81%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252204600.020.800.1258.3274.953.14
HexE1DC2E0250C3a4b35
Octal3413345602120147211365
Binary1110000111011100101110010101000011001110101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC2E; }

 p { color: rgb(225,220,46); }

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

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

 a { background-color: rgb(225,220,46); }

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

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

 span { border-color: rgb(225,220,46); }

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