Html Css Color HEX #E2D429 Golden Fizz

📋 copy color: '#E2D429'

red 226 ◦ green 212 ◦ blue 41

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

Shades of Golden Fizz #E2D429

Tints of Golden Fizz #E2D429

RGB

 RED value IS 226 (88.67% from 255) = 47.18%

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 47.18%
G = 44.26%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2D429 (or 0xE2D429) is known color: Golden Fizz. HEX triplet: E2, D4 and 29. RGB value is (226,212,41). Sum of RGB (Red+Green+Blue) = 226+212+41=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D429 is #1D2BD6. Grayscale: #C5C5C5. Windows color (decimal): -1911767 or 2741474. OLE color: 2741474.

HSL color Cylindrical-coordinate representation of color #E2D429: hue angle of 55.46º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2D429 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 212 41 -
CMYK 0 0.06 0.82 0.11
HSL 55.46º 0.76% 0.52% -
HSV(B) 55.46º 0.82% 0.89% -
XYZ 55.31 63.42 11.42 -
YUV 196.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 226 212 41 0 0.06 0.82 0.11 55.46 0.76 0.52
Hex E2 D4 29 0 6 52 B 37 4C 34
Octal 342 324 51 0 6 122 13 67 114 64
Binary 11100010 11010100 101001 0 110 1010010 1011 110111 1001100 110100

Color Harmonies of #E2D429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D429

Black with #E2D429

Text Example


Text Example

White with #E2D429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D429; }

 p { color: rgb(226,212,41); }

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

background-color css

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

 a { background-color: rgb(226,212,41); }

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

border-color css

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

 span { border-color: rgb(226,212,41); }

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