Html Css Color HEX #E1DC2E Golden Fizz

📋 copy color: '#E1DC2E'

red 225 ◦ green 220 ◦ blue 46

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

Shades of Golden Fizz #E1DC2E

Tints of Golden Fizz #E1DC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 45.82%
G = 44.81%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1DC2E (or 0xE1DC2E) is known color: Golden Fizz. HEX triplet: E1, DC and 2E. RGB value is (225,220,46). Sum of RGB (Red+Green+Blue) = 225+220+46=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC2E is #1E23D1. Grayscale: #CACACA. Windows color (decimal): -1975250 or 3071201. OLE color: 3071201.

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

Color convert

RGB 225 220 46 -
CMYK 0 0.02 0.80 0.12
HSL 58.32º 0.75% 0.53% -
HSV(B) 58.32º 0.8% 0.88% -
XYZ 57.14 67.39 12.58 -
YUV 201.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 225 220 46 0 0.02 0.80 0.12 58.32 0.75 0.53
Hex E1 DC 2E 0 2 50 C 3A 4B 35
Octal 341 334 56 0 2 120 14 72 113 65
Binary 11100001 11011100 101110 0 10 1010000 1100 111010 1001011 110101

Color Harmonies of #E1DC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC2E

Black with #E1DC2E

Text Example


Text Example

White with #E1DC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC2E; }

 p { color: rgb(225,220,46); }

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

background-color css

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

 a { background-color: rgb(225,220,46); }

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

border-color css

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

 span { border-color: rgb(225,220,46); }

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