Html Css Color HEX #E1D920 Golden Fizz

📋 copy color: '#E1D920'

red 225 ◦ green 217 ◦ blue 32

#E1D920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #E1D920

Tints of Golden Fizz #E1D920

RGB

 RED value IS 225 (88.28% from 255) = 47.47%

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 32 (12.89% from 255) = 6.75%

R = 47.47%
G = 45.78%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1D920 (or 0xE1D920) is known color: Golden Fizz. HEX triplet: E1, D9 and 20. RGB value is (225,217,32). Sum of RGB (Red+Green+Blue) = 225+217+32=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D920 is #1E26DF. Grayscale: #C7C7C7. Windows color (decimal): -1976032 or 2152929. OLE color: 2152929.

HSL color Cylindrical-coordinate representation of color #E1D920: hue angle of 57.51º 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 #E1D920 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 32 -
CMYK 0 0.04 0.86 0.12
HSL 57.51º 0.76% 0.5% -
HSV(B) 57.51º 0.86% 0.88% -
XYZ 56.12 65.74 11.1 -
YUV 198.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 225 217 32 0 0.04 0.86 0.12 57.51 0.76 0.5
Hex E1 D9 20 0 4 56 C 3A 4C 32
Octal 341 331 40 0 4 126 14 72 114 62
Binary 11100001 11011001 100000 0 100 1010110 1100 111010 1001100 110010

Color Harmonies of #E1D920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D920

Black with #E1D920

Text Example


Text Example

White with #E1D920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D920; }

 p { color: rgb(225,217,32); }

 H1.HeaderClassName
 {
   color: #E1D920;
 }
 .AnyTagClassName
 {
   color: #E1D920;
 }
</style>

background-color css

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

 a { background-color: rgb(225,217,32); }

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

border-color css

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

 span { border-color: rgb(225,217,32); }

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