Html Css Color HEX #E2E42D Golden Fizz

📋 copy color: '#E2E42D'

red 226 ◦ green 228 ◦ blue 45

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

Shades of Golden Fizz #E2E42D

Tints of Golden Fizz #E2E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.69%

 BLUE value IS 45 (17.97% from 255) = 9.02%

R = 45.29%
G = 45.69%
B = 9.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2E42D (or 0xE2E42D) is known color: Golden Fizz. HEX triplet: E2, E4 and 2D. RGB value is (226,228,45). Sum of RGB (Red+Green+Blue) = 226+228+45=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E42D is #1D1BD2. Grayscale: #CFCFCF. Windows color (decimal): -1907667 or 3007714. OLE color: 3007714.

HSL color Cylindrical-coordinate representation of color #E2E42D: hue angle of 60.66º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E42D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 228 45 -
CMYK 0.01 0 0.80 0.11
HSL 60.66º 0.77% 0.54% -
HSV(B) 60.66º 0.8% 0.89% -
XYZ 59.58 71.85 13.21 -
YUV 206.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 226 228 45 0.01 0 0.80 0.11 60.66 0.77 0.54
Hex E2 E4 2D 1 0 50 B 3D 4D 36
Octal 342 344 55 1 0 120 13 75 115 66
Binary 11100010 11100100 101101 1 0 1010000 1011 111101 1001101 110110

Color Harmonies of #E2E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E42D

Black with #E2E42D

Text Example


Text Example

White with #E2E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E42D; }

 p { color: rgb(226,228,45); }

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

background-color css

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

 a { background-color: rgb(226,228,45); }

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

border-color css

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

 span { border-color: rgb(226,228,45); }

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