Html Css Color HEX #E1D62C Golden Fizz

📋 copy color: '#E1D62C'

red 225 ◦ green 214 ◦ blue 44

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

Shades of Golden Fizz #E1D62C

Tints of Golden Fizz #E1D62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

 BLUE value IS 44 (17.58% from 255) = 9.11%

R = 46.58%
G = 44.31%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1D62C (or 0xE1D62C) is known color: Golden Fizz. HEX triplet: E1, D6 and 2C. RGB value is (225,214,44). Sum of RGB (Red+Green+Blue) = 225+214+44=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D62C is #1E29D3. Grayscale: #C6C6C6. Windows color (decimal): -1976788 or 2938593. OLE color: 2938593.

HSL color Cylindrical-coordinate representation of color #E1D62C: hue angle of 56.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1D62C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 44 -
CMYK 0 0.05 0.80 0.12
HSL 56.35º 0.75% 0.53% -
HSV(B) 56.35º 0.8% 0.88% -
XYZ 55.55 64.28 11.86 -
YUV 197.91 41.14 147.32 -
System Red Green Blue C M Y K H S L
Decimal 225 214 44 0 0.05 0.80 0.12 56.35 0.75 0.53
Hex E1 D6 2C 0 5 50 C 38 4B 35
Octal 341 326 54 0 5 120 14 70 113 65
Binary 11100001 11010110 101100 0 101 1010000 1100 111000 1001011 110101

Color Harmonies of #E1D62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D62C

Black with #E1D62C

Text Example


Text Example

White with #E1D62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D62C; }

 p { color: rgb(225,214,44); }

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

background-color css

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

 a { background-color: rgb(225,214,44); }

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

border-color css

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

 span { border-color: rgb(225,214,44); }

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