Html Css Color HEX #E3DF20 Golden Fizz

📋 copy color: '#E3DF20'

red 227 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #E3DF20

Tints of Golden Fizz #E3DF20

RGB

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

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

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

R = 47.1%
G = 46.27%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3DF20 (or 0xE3DF20) is known color: Golden Fizz. HEX triplet: E3, DF and 20. RGB value is (227,223,32). Sum of RGB (Red+Green+Blue) = 227+223+32=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DF20 is #1C20DF. Grayscale: #CBCBCB. Windows color (decimal): -1843424 or 2154467. OLE color: 2154467.

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

Color convert

RGB 227 223 32 -
CMYK 0 0.02 0.86 0.11
HSL 58.77º 0.78% 0.51% -
HSV(B) 58.77º 0.86% 0.89% -
XYZ 58.33 69.21 11.65 -
YUV 202.42 31.83 145.53 -
System Red Green Blue C M Y K H S L
Decimal 227 223 32 0 0.02 0.86 0.11 58.77 0.78 0.51
Hex E3 DF 20 0 2 56 B 3B 4E 33
Octal 343 337 40 0 2 126 13 73 116 63
Binary 11100011 11011111 100000 0 10 1010110 1011 111011 1001110 110011

Color Harmonies of #E3DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DF20

Black with #E3DF20

Text Example


Text Example

White with #E3DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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