Html Css Color HEX #E3DA20 Golden Fizz

📋 copy color: '#E3DA20'

red 227 ◦ green 218 ◦ blue 32

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

Shades of Golden Fizz #E3DA20

Tints of Golden Fizz #E3DA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

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

R = 47.59%
G = 45.7%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3DA20 (or 0xE3DA20) is known color: Golden Fizz. HEX triplet: E3, DA and 20. RGB value is (227,218,32). Sum of RGB (Red+Green+Blue) = 227+218+32=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DA20 is #1C25DF. Grayscale: #C8C8C8. Windows color (decimal): -1844704 or 2153187. OLE color: 2153187.

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

Color convert

RGB 227 218 32 -
CMYK 0 0.04 0.86 0.11
HSL 57.23º 0.78% 0.51% -
HSV(B) 57.23º 0.86% 0.89% -
XYZ 57.01 66.58 11.21 -
YUV 199.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 227 218 32 0 0.04 0.86 0.11 57.23 0.78 0.51
Hex E3 DA 20 0 4 56 B 39 4E 33
Octal 343 332 40 0 4 126 13 71 116 63
Binary 11100011 11011010 100000 0 100 1010110 1011 111001 1001110 110011

Color Harmonies of #E3DA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DA20

Black with #E3DA20

Text Example


Text Example

White with #E3DA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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