Html Css Color HEX #E1DE2C Golden Fizz

📋 copy color: '#E1DE2C'

red 225 ◦ green 222 ◦ blue 44

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

Shades of Golden Fizz #E1DE2C

Tints of Golden Fizz #E1DE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

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

R = 45.82%
G = 45.21%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1DE2C (or 0xE1DE2C) is known color: Golden Fizz. HEX triplet: E1, DE and 2C. RGB value is (225,222,44). Sum of RGB (Red+Green+Blue) = 225+222+44=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE2C is #1E21D3. Grayscale: #CBCBCB. Windows color (decimal): -1974740 or 2940641. OLE color: 2940641.

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

Color convert

RGB 225 222 44 -
CMYK 0 0.01 0.80 0.12
HSL 59.01º 0.75% 0.53% -
HSV(B) 59.01º 0.8% 0.88% -
XYZ 57.63 68.43 12.55 -
YUV 202.61 38.49 143.97 -
System Red Green Blue C M Y K H S L
Decimal 225 222 44 0 0.01 0.80 0.12 59.01 0.75 0.53
Hex E1 DE 2C 0 1 50 C 3B 4B 35
Octal 341 336 54 0 1 120 14 73 113 65
Binary 11100001 11011110 101100 0 1 1010000 1100 111011 1001011 110101

Color Harmonies of #E1DE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DE2C

Black with #E1DE2C

Text Example


Text Example

White with #E1DE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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