Html Css Color HEX #E1DD2C Golden Fizz

📋 copy color: '#E1DD2C'

red 225 ◦ green 221 ◦ blue 44

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

Shades of Golden Fizz #E1DD2C

Tints of Golden Fizz #E1DD2C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 45.92%
G = 45.1%
B = 8.98%

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

#E1DD2C (or 0xE1DD2C) is known color: Golden Fizz. HEX triplet: E1, DD and 2C. RGB value is (225,221,44). Sum of RGB (Red+Green+Blue) = 225+221+44=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD2C is #1E22D3. Grayscale: #CACACA. Windows color (decimal): -1974996 or 2940385. OLE color: 2940385.

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

Color convert

RGB 225 221 44 -
CMYK 0 0.02 0.80 0.12
HSL 58.67º 0.75% 0.53% -
HSV(B) 58.67º 0.8% 0.88% -
XYZ 57.36 67.9 12.47 -
YUV 202.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 225 221 44 0 0.02 0.80 0.12 58.67 0.75 0.53
Hex E1 DD 2C 0 2 50 C 3B 4B 35
Octal 341 335 54 0 2 120 14 73 113 65
Binary 11100001 11011101 101100 0 10 1010000 1100 111011 1001011 110101

Color Harmonies of #E1DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD2C

Black with #E1DD2C

Text Example


Text Example

White with #E1DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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