Html Css Color HEX #E1D22A Golden Fizz

📋 copy color: '#E1D22A'

red 225 ◦ green 210 ◦ blue 42

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

Shades of Golden Fizz #E1D22A

Tints of Golden Fizz #E1D22A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

 BLUE value IS 42 (16.8% from 255) = 8.81%

R = 47.17%
G = 44.03%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1D22A (or 0xE1D22A) is known color: Golden Fizz. HEX triplet: E1, D2 and 2A. RGB value is (225,210,42). Sum of RGB (Red+Green+Blue) = 225+210+42=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D22A is #1E2DD5. Grayscale: #C4C4C4. Windows color (decimal): -1977814 or 2806497. OLE color: 2806497.

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

Color convert

RGB 225 210 42 -
CMYK 0 0.07 0.81 0.12
HSL 55.08º 0.75% 0.52% -
HSV(B) 55.08º 0.81% 0.88% -
XYZ 54.52 62.27 11.34 -
YUV 195.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 225 210 42 0 0.07 0.81 0.12 55.08 0.75 0.52
Hex E1 D2 2A 0 7 51 C 37 4B 34
Octal 341 322 52 0 7 121 14 67 113 64
Binary 11100001 11010010 101010 0 111 1010001 1100 110111 1001011 110100

Color Harmonies of #E1D22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D22A

Black with #E1D22A

Text Example


Text Example

White with #E1D22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D22A; }

 p { color: rgb(225,210,42); }

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

background-color css

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

 a { background-color: rgb(225,210,42); }

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

border-color css

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

 span { border-color: rgb(225,210,42); }

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