#E1DB1F

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

Shades of Golden Fizz #E1DB1F

Tints of Golden Fizz #E1DB1F

Color information

#E1DB1F (or 0xE1DB1F) is unknown color: approx Golden Fizz. HEX triplet: E1, DB and 1F. RGB value is (225,219,31). Sum of RGB (Red+Green+Blue) = 225+219+31=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB1F is #1E24E0. Grayscale: #C8C8C8. Windows color (decimal): -1975521 or 2087905. OLE color: 2087905.

HSL color Cylindrical-coordinate representation of color #E1DB1F: hue angle of 58.14º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1DB1F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22521931-
CMYK00.030.860.12
HSL58.14º76.38%50.2%-
HSV(B)58.14º86.22%88.24%-
XYZ56.6366.7711.2-
YUV199.3632.99146.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 219 (85.94% from 255) = 46.11%
BLUE value IS 31 (12.5% from 255) = 6.53%
R=47.37%
G=46.11%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252193100.030.860.1258.1476.3850.2
HexE1DB1F0356C3a4c32
Octal3413333703126147211462
Binary111000011101101111111011101011011001110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB1F; }

 p { color: rgb(225,219,31); }

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

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

 a { background-color: rgb(225,219,31); }

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

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

 span { border-color: rgb(225,219,31); }

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