Html Css Color HEX #E2DD29 Golden Fizz

📋 copy color: '#E2DD29'

red 226 ◦ green 221 ◦ blue 41

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

Shades of Golden Fizz #E2DD29

Tints of Golden Fizz #E2DD29

RGB

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

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

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

R = 46.31%
G = 45.29%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2DD29 (or 0xE2DD29) is known color: Golden Fizz. HEX triplet: E2, DD and 29. RGB value is (226,221,41). Sum of RGB (Red+Green+Blue) = 226+221+41=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD29 is #1D22D6. Grayscale: #CACACA. Windows color (decimal): -1909463 or 2743778. OLE color: 2743778.

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

Color convert

RGB 226 221 41 -
CMYK 0 0.02 0.82 0.11
HSL 58.38º 0.76% 0.52% -
HSV(B) 58.38º 0.82% 0.89% -
XYZ 57.62 68.04 12.19 -
YUV 201.98 37.16 145.14 -
System Red Green Blue C M Y K H S L
Decimal 226 221 41 0 0.02 0.82 0.11 58.38 0.76 0.52
Hex E2 DD 29 0 2 52 B 3A 4C 34
Octal 342 335 51 0 2 122 13 72 114 64
Binary 11100010 11011101 101001 0 10 1010010 1011 111010 1001100 110100

Color Harmonies of #E2DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD29

Black with #E2DD29

Text Example


Text Example

White with #E2DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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