Html Css Color HEX #E5DD20 Golden Fizz

📋 copy color: '#E5DD20'

red 229 ◦ green 221 ◦ blue 32

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

Shades of Golden Fizz #E5DD20

Tints of Golden Fizz #E5DD20

RGB

 RED value IS 229 (89.84% from 255) = 47.51%

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

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

R = 47.51%
G = 45.85%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5DD20 (or 0xE5DD20) is known color: Golden Fizz. HEX triplet: E5, DD and 20. RGB value is (229,221,32). Sum of RGB (Red+Green+Blue) = 229+221+32=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD20 is #1A22DF. Grayscale: #CACACA. Windows color (decimal): -1712864 or 2153957. OLE color: 2153957.

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

Color convert

RGB 229 221 32 -
CMYK 0 0.03 0.86 0.10
HSL 57.56º 0.79% 0.51% -
HSV(B) 57.56º 0.86% 0.9% -
XYZ 58.43 68.48 11.5 -
YUV 201.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 229 221 32 0 0.03 0.86 0.10 57.56 0.79 0.51
Hex E5 DD 20 0 3 56 A 3A 4F 33
Octal 345 335 40 0 3 126 12 72 117 63
Binary 11100101 11011101 100000 0 11 1010110 1010 111010 1001111 110011

Color Harmonies of #E5DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD20

Black with #E5DD20

Text Example


Text Example

White with #E5DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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