#e1d52b

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

Shades of Golden Fizz #E1D52B

Tints of Golden Fizz #E1D52B

Color information

#E1D52B (or 0xE1D52B) is unknown color: approx Golden Fizz. HEX triplet: E1, D5 and 2B. RGB value is (225,213,43). Sum of RGB (Red+Green+Blue) = 225+213+43=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D52B is #1E2AD4. Grayscale: #C5C5C5. Windows color (decimal): -1977045 or 2872801. OLE color: 2872801.

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

Color convert

RGB22521343-
CMYK00.050.810.12
HSL56.04º75.21%52.55%-
HSV(B)56.04º80.89%88.24%-
XYZ55.2863.7711.68-
YUV197.2140.98147.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 43 (17.19% from 255) = 8.94%
R=46.78%
G=44.28%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252134300.050.810.1256.0475.2152.55
HexE1D52B0551C384b35
Octal3413255305121147011365
Binary11100001110101011010110101101000111001110001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1d52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1d52b; }

 p { color: rgb(225,213,43); }

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

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

 a { background-color: rgb(225,213,43); }

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

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

 span { border-color: rgb(225,213,43); }

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