Html Css Color HEX #E0DC1F Golden Fizz

📋 copy color: '#E0DC1F'

red 224 ◦ green 220 ◦ blue 31

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

Shades of Golden Fizz #E0DC1F

Tints of Golden Fizz #E0DC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 31 (12.5% from 255) = 6.53%

R = 47.16%
G = 46.32%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0DC1F (or 0xE0DC1F) is known color: Golden Fizz. HEX triplet: E0, DC and 1F. RGB value is (224,220,31). Sum of RGB (Red+Green+Blue) = 224+220+31=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC1F is #1F23E0. Grayscale: #C8C8C8. Windows color (decimal): -2040801 or 2088160. OLE color: 2088160.

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

Color convert

RGB 224 220 31 -
CMYK 0 0.02 0.86 0.12
HSL 58.76º 0.76% 0.5% -
HSV(B) 58.76º 0.86% 0.88% -
XYZ 56.58 67.13 11.27 -
YUV 199.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 224 220 31 0 0.02 0.86 0.12 58.76 0.76 0.5
Hex E0 DC 1F 0 2 56 C 3B 4C 32
Octal 340 334 37 0 2 126 14 73 114 62
Binary 11100000 11011100 11111 0 10 1010110 1100 111011 1001100 110010

Color Harmonies of #E0DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC1F

Black with #E0DC1F

Text Example


Text Example

White with #E0DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC1F; }

 p { color: rgb(224,220,31); }

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

background-color css

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

 a { background-color: rgb(224,220,31); }

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

border-color css

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

 span { border-color: rgb(224,220,31); }

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