Html Css Color HEX #E0D921 Golden Fizz

📋 copy color: '#E0D921'

red 224 ◦ green 217 ◦ blue 33

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

Shades of Golden Fizz #E0D921

Tints of Golden Fizz #E0D921

RGB

 RED value IS 224 (87.89% from 255) = 47.26%

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 33 (13.28% from 255) = 6.96%

R = 47.26%
G = 45.78%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0D921 (or 0xE0D921) is known color: Golden Fizz. HEX triplet: E0, D9 and 21. RGB value is (224,217,33). Sum of RGB (Red+Green+Blue) = 224+217+33=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 33 (13.28% from 255 or 6.96% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D921 is #1F26DE. Grayscale: #C6C6C6. Windows color (decimal): -2041567 or 2218464. OLE color: 2218464.

HSL color Cylindrical-coordinate representation of color #E0D921: hue angle of 57.8º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0D921 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 217 33 -
CMYK 0 0.03 0.85 0.12
HSL 57.8º 0.75% 0.5% -
HSV(B) 57.8º 0.85% 0.88% -
XYZ 55.83 65.58 11.16 -
YUV 198.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 224 217 33 0 0.03 0.85 0.12 57.8 0.75 0.5
Hex E0 D9 21 0 3 55 C 3A 4B 32
Octal 340 331 41 0 3 125 14 72 113 62
Binary 11100000 11011001 100001 0 11 1010101 1100 111010 1001011 110010

Color Harmonies of #E0D921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D921

Black with #E0D921

Text Example


Text Example

White with #E0D921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D921; }

 p { color: rgb(224,217,33); }

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

background-color css

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

 a { background-color: rgb(224,217,33); }

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

border-color css

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

 span { border-color: rgb(224,217,33); }

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