Html Css Color HEX #E0D62D Golden Fizz

📋 copy color: '#E0D62D'

red 224 ◦ green 214 ◦ blue 45

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

Shades of Golden Fizz #E0D62D

Tints of Golden Fizz #E0D62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.32%

R = 46.38%
G = 44.31%
B = 9.32%

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

#E0D62D (or 0xE0D62D) is known color: Golden Fizz. HEX triplet: E0, D6 and 2D. RGB value is (224,214,45). Sum of RGB (Red+Green+Blue) = 224+214+45=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D62D is #1F29D2. Grayscale: #C6C6C6. Windows color (decimal): -2042323 or 3004128. OLE color: 3004128.

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

Color convert

RGB 224 214 45 -
CMYK 0 0.04 0.80 0.12
HSL 56.65º 0.74% 0.53% -
HSV(B) 56.65º 0.8% 0.88% -
XYZ 55.26 64.13 11.95 -
YUV 197.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 224 214 45 0 0.04 0.80 0.12 56.65 0.74 0.53
Hex E0 D6 2D 0 4 50 C 39 4A 35
Octal 340 326 55 0 4 120 14 71 112 65
Binary 11100000 11010110 101101 0 100 1010000 1100 111001 1001010 110101

Color Harmonies of #E0D62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D62D

Black with #E0D62D

Text Example


Text Example

White with #E0D62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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