Html Css Color HEX #E1DF20 Golden Fizz

📋 copy color: '#E1DF20'

red 225 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #E1DF20

Tints of Golden Fizz #E1DF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.46%

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

R = 46.88%
G = 46.46%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1DF20 (or 0xE1DF20) is known color: Golden Fizz. HEX triplet: E1, DF and 20. RGB value is (225,223,32). Sum of RGB (Red+Green+Blue) = 225+223+32=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF20 is #1E20DF. Grayscale: #CACACA. Windows color (decimal): -1974496 or 2154465. OLE color: 2154465.

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

Color convert

RGB 225 223 32 -
CMYK 0 0.01 0.86 0.12
HSL 59.38º 0.76% 0.5% -
HSV(B) 59.38º 0.86% 0.88% -
XYZ 57.7 68.89 11.62 -
YUV 201.82 32.16 144.53 -
System Red Green Blue C M Y K H S L
Decimal 225 223 32 0 0.01 0.86 0.12 59.38 0.76 0.5
Hex E1 DF 20 0 1 56 C 3B 4C 32
Octal 341 337 40 0 1 126 14 73 114 62
Binary 11100001 11011111 100000 0 1 1010110 1100 111011 1001100 110010

Color Harmonies of #E1DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF20

Black with #E1DF20

Text Example


Text Example

White with #E1DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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