Html Css Color HEX #E0D929 Golden Fizz

📋 copy color: '#E0D929'

red 224 ◦ green 217 ◦ blue 41

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

Shades of Golden Fizz #E0D929

Tints of Golden Fizz #E0D929

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

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

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

R = 46.47%
G = 45.02%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E0D929 (or 0xE0D929) is known color: Golden Fizz. HEX triplet: E0, D9 and 29. RGB value is (224,217,41). Sum of RGB (Red+Green+Blue) = 224+217+41=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D929 is #1F26D6. Grayscale: #C7C7C7. Windows color (decimal): -2041559 or 2742752. OLE color: 2742752.

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

Color convert

RGB 224 217 41 -
CMYK 0 0.03 0.82 0.12
HSL 57.7º 0.75% 0.52% -
HSV(B) 57.7º 0.82% 0.88% -
XYZ 55.95 65.63 11.82 -
YUV 199.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 224 217 41 0 0.03 0.82 0.12 57.7 0.75 0.52
Hex E0 D9 29 0 3 52 C 3A 4B 34
Octal 340 331 51 0 3 122 14 72 113 64
Binary 11100000 11011001 101001 0 11 1010010 1100 111010 1001011 110100

Color Harmonies of #E0D929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D929

Black with #E0D929

Text Example


Text Example

White with #E0D929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D929; }

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

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

background-color css

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

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

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

border-color css

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

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

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