Html Css Color HEX #E2E729 Golden Fizz

📋 copy color: '#E2E729'

red 226 ◦ green 231 ◦ blue 41

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

Shades of Golden Fizz #E2E729

Tints of Golden Fizz #E2E729

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.39%

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

R = 45.38%
G = 46.39%
B = 8.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E2E729 (or 0xE2E729) is known color: Golden Fizz. HEX triplet: E2, E7 and 29. RGB value is (226,231,41). Sum of RGB (Red+Green+Blue) = 226+231+41=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E729 is #1D18D6. Grayscale: #D0D0D0. Windows color (decimal): -1906903 or 2746338. OLE color: 2746338.

HSL color Cylindrical-coordinate representation of color #E2E729: hue angle of 61.58º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2E729 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 231 41 -
CMYK 0.02 0 0.82 0.09
HSL 61.58º 0.8% 0.53% -
HSV(B) 61.58º 0.82% 0.91% -
XYZ 60.34 73.48 13.1 -
YUV 207.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 226 231 41 0.02 0 0.82 0.09 61.58 0.8 0.53
Hex E2 E7 29 2 0 52 9 3E 50 35
Octal 342 347 51 2 0 122 11 76 120 65
Binary 11100010 11100111 101001 10 0 1010010 1001 111110 1010000 110101

Color Harmonies of #E2E729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E729

Black with #E2E729

Text Example


Text Example

White with #E2E729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E729; }

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

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

background-color css

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

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

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

border-color css

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

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

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