Html Css Color HEX #E1DD1C Golden Fizz

📋 copy color: '#E1DD1C'

red 225 ◦ green 221 ◦ blue 28

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

Shades of Golden Fizz #E1DD1C

Tints of Golden Fizz #E1DD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.91%

R = 47.47%
G = 46.62%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1DD1C (or 0xE1DD1C) is known color: Golden Fizz. HEX triplet: E1, DD and 1C. RGB value is (225,221,28). Sum of RGB (Red+Green+Blue) = 225+221+28=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD1C is #1E22E3. Grayscale: #C8C8C8. Windows color (decimal): -1975012 or 1891809. OLE color: 1891809.

HSL color Cylindrical-coordinate representation of color #E1DD1C: hue angle of 58.78º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1DD1C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 28 -
CMYK 0 0.02 0.88 0.12
HSL 58.78º 0.78% 0.5% -
HSV(B) 58.78º 0.88% 0.88% -
XYZ 57.12 67.8 11.18 -
YUV 200.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 225 221 28 0 0.02 0.88 0.12 58.78 0.78 0.5
Hex E1 DD 1C 0 2 58 C 3B 4E 32
Octal 341 335 34 0 2 130 14 73 116 62
Binary 11100001 11011101 11100 0 10 1011000 1100 111011 1001110 110010

Color Harmonies of #E1DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD1C

Black with #E1DD1C

Text Example


Text Example

White with #E1DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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