Html Css Color HEX #E0D821 Golden Fizz

📋 copy color: '#E0D821'

red 224 ◦ green 216 ◦ blue 33

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

Shades of Golden Fizz #E0D821

Tints of Golden Fizz #E0D821

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

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

R = 47.36%
G = 45.67%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0D821 (or 0xE0D821) is known color: Golden Fizz. HEX triplet: E0, D8 and 21. RGB value is (224,216,33). Sum of RGB (Red+Green+Blue) = 224+216+33=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D821 is #1F27DE. Grayscale: #C6C6C6. Windows color (decimal): -2041823 or 2218208. OLE color: 2218208.

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

Color convert

RGB 224 216 33 -
CMYK 0 0.04 0.85 0.12
HSL 57.49º 0.75% 0.5% -
HSV(B) 57.49º 0.85% 0.88% -
XYZ 55.57 65.07 11.07 -
YUV 197.53 35.15 146.88 -
System Red Green Blue C M Y K H S L
Decimal 224 216 33 0 0.04 0.85 0.12 57.49 0.75 0.5
Hex E0 D8 21 0 4 55 C 39 4B 32
Octal 340 330 41 0 4 125 14 71 113 62
Binary 11100000 11011000 100001 0 100 1010101 1100 111001 1001011 110010

Color Harmonies of #E0D821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D821

Black with #E0D821

Text Example


Text Example

White with #E0D821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D821; }

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

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

background-color css

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

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

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

border-color css

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

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

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