Html Css Color HEX #E3DC20 Golden Fizz

📋 copy color: '#E3DC20'

red 227 ◦ green 220 ◦ blue 32

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

Shades of Golden Fizz #E3DC20

Tints of Golden Fizz #E3DC20

RGB

 RED value IS 227 (89.06% from 255) = 47.39%

 GREEN value IS 220 (86.33% from 255) = 45.93%

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

R = 47.39%
G = 45.93%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3DC20 (or 0xE3DC20) is known color: Golden Fizz. HEX triplet: E3, DC and 20. RGB value is (227,220,32). Sum of RGB (Red+Green+Blue) = 227+220+32=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DC20 is #1C23DF. Grayscale: #C9C9C9. Windows color (decimal): -1844192 or 2153699. OLE color: 2153699.

HSL color Cylindrical-coordinate representation of color #E3DC20: hue angle of 57.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3DC20 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 220 32 -
CMYK 0 0.03 0.86 0.11
HSL 57.85º 0.78% 0.51% -
HSV(B) 57.85º 0.86% 0.89% -
XYZ 57.53 67.62 11.39 -
YUV 200.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 227 220 32 0 0.03 0.86 0.11 57.85 0.78 0.51
Hex E3 DC 20 0 3 56 B 3A 4E 33
Octal 343 334 40 0 3 126 13 72 116 63
Binary 11100011 11011100 100000 0 11 1010110 1011 111010 1001110 110011

Color Harmonies of #E3DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DC20

Black with #E3DC20

Text Example


Text Example

White with #E3DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DC20; }

 p { color: rgb(227,220,32); }

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

background-color css

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

 a { background-color: rgb(227,220,32); }

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

border-color css

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

 span { border-color: rgb(227,220,32); }

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