Html Css Color HEX #E1DD20 Golden Fizz

📋 copy color: '#E1DD20'

red 225 ◦ green 221 ◦ blue 32

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

Shades of Golden Fizz #E1DD20

Tints of Golden Fizz #E1DD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.23%

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

R = 47.07%
G = 46.23%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1DD20 (or 0xE1DD20) is known color: Golden Fizz. HEX triplet: E1, DD and 20. RGB value is (225,221,32). Sum of RGB (Red+Green+Blue) = 225+221+32=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD20 is #1E22DF. Grayscale: #C9C9C9. Windows color (decimal): -1975008 or 2153953. OLE color: 2153953.

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

Color convert

RGB 225 221 32 -
CMYK 0 0.02 0.86 0.12
HSL 58.76º 0.76% 0.5% -
HSV(B) 58.76º 0.86% 0.88% -
XYZ 57.17 67.82 11.44 -
YUV 200.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 225 221 32 0 0.02 0.86 0.12 58.76 0.76 0.5
Hex E1 DD 20 0 2 56 C 3B 4C 32
Octal 341 335 40 0 2 126 14 73 114 62
Binary 11100001 11011101 100000 0 10 1010110 1100 111011 1001100 110010

Color Harmonies of #E1DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD20

Black with #E1DD20

Text Example


Text Example

White with #E1DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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