Html Css Color HEX #E1D929 Golden Fizz

📋 copy color: '#E1D929'

red 225 ◦ green 217 ◦ blue 41

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

Shades of Golden Fizz #E1D929

Tints of Golden Fizz #E1D929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 46.58%
G = 44.93%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E1D929 (or 0xE1D929) is known color: Golden Fizz. HEX triplet: E1, D9 and 29. RGB value is (225,217,41). Sum of RGB (Red+Green+Blue) = 225+217+41=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D929 is #1E26D6. Grayscale: #C8C8C8. Windows color (decimal): -1976023 or 2742753. OLE color: 2742753.

HSL color Cylindrical-coordinate representation of color #E1D929: hue angle of 57.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1D929 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 41 -
CMYK 0 0.04 0.82 0.12
HSL 57.39º 0.75% 0.52% -
HSV(B) 57.39º 0.82% 0.88% -
XYZ 56.26 65.79 11.83 -
YUV 199.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 225 217 41 0 0.04 0.82 0.12 57.39 0.75 0.52
Hex E1 D9 29 0 4 52 C 39 4B 34
Octal 341 331 51 0 4 122 14 71 113 64
Binary 11100001 11011001 101001 0 100 1010010 1100 111001 1001011 110100

Color Harmonies of #E1D929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D929

Black with #E1D929

Text Example


Text Example

White with #E1D929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D929; }

 p { color: rgb(225,217,41); }

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

background-color css

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

 a { background-color: rgb(225,217,41); }

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

border-color css

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

 span { border-color: rgb(225,217,41); }

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