Html Css Color HEX #E0D62C Golden Fizz

📋 copy color: '#E0D62C'

red 224 ◦ green 214 ◦ blue 44

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

Shades of Golden Fizz #E0D62C

Tints of Golden Fizz #E0D62C

RGB

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

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

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

R = 46.47%
G = 44.4%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0D62C (or 0xE0D62C) is known color: Golden Fizz. HEX triplet: E0, D6 and 2C. RGB value is (224,214,44). Sum of RGB (Red+Green+Blue) = 224+214+44=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D62C is #1F29D3. Grayscale: #C6C6C6. Windows color (decimal): -2042324 or 2938592. OLE color: 2938592.

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

Color convert

RGB 224 214 44 -
CMYK 0 0.04 0.80 0.12
HSL 56.67º 0.74% 0.53% -
HSV(B) 56.67º 0.8% 0.88% -
XYZ 55.24 64.12 11.85 -
YUV 197.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 224 214 44 0 0.04 0.80 0.12 56.67 0.74 0.53
Hex E0 D6 2C 0 4 50 C 39 4A 35
Octal 340 326 54 0 4 120 14 71 112 65
Binary 11100000 11010110 101100 0 100 1010000 1100 111001 1001010 110101

Color Harmonies of #E0D62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D62C

Black with #E0D62C

Text Example


Text Example

White with #E0D62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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