Html Css Color HEX #E1D820 Golden Fizz

📋 copy color: '#E1D820'

red 225 ◦ green 216 ◦ blue 32

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

Shades of Golden Fizz #E1D820

Tints of Golden Fizz #E1D820

RGB

 RED value IS 225 (88.28% from 255) = 47.57%

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

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

R = 47.57%
G = 45.67%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1D820 (or 0xE1D820) is known color: Golden Fizz. HEX triplet: E1, D8 and 20. RGB value is (225,216,32). Sum of RGB (Red+Green+Blue) = 225+216+32=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D820 is #1E27DF. Grayscale: #C6C6C6. Windows color (decimal): -1976288 or 2152673. OLE color: 2152673.

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

Color convert

RGB 225 216 32 -
CMYK 0 0.04 0.86 0.12
HSL 57.2º 0.76% 0.5% -
HSV(B) 57.2º 0.86% 0.88% -
XYZ 55.87 65.22 11.01 -
YUV 197.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 225 216 32 0 0.04 0.86 0.12 57.2 0.76 0.5
Hex E1 D8 20 0 4 56 C 39 4C 32
Octal 341 330 40 0 4 126 14 71 114 62
Binary 11100001 11011000 100000 0 100 1010110 1100 111001 1001100 110010

Color Harmonies of #E1D820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D820

Black with #E1D820

Text Example


Text Example

White with #E1D820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D820; }

 p { color: rgb(225,216,32); }

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

background-color css

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

 a { background-color: rgb(225,216,32); }

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

border-color css

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

 span { border-color: rgb(225,216,32); }

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