Html Css Color HEX #E2E11F Golden Fizz

📋 copy color: '#E2E11F'

red 226 ◦ green 225 ◦ blue 31

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

Shades of Golden Fizz #E2E11F

Tints of Golden Fizz #E2E11F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 31 (12.5% from 255) = 6.43%

R = 46.89%
G = 46.68%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2E11F (or 0xE2E11F) is known color: Golden Fizz. HEX triplet: E2, E1 and 1F. RGB value is (226,225,31). Sum of RGB (Red+Green+Blue) = 226+225+31=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E11F is #1D1EE0. Grayscale: #CBCBCB. Windows color (decimal): -1908449 or 2089442. OLE color: 2089442.

HSL color Cylindrical-coordinate representation of color #E2E11F: hue angle of 59.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2E11F is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 225 31 -
CMYK 0 0.00 0.86 0.11
HSL 59.69º 0.77% 0.5% -
HSV(B) 59.69º 0.86% 0.89% -
XYZ 58.54 70.12 11.75 -
YUV 203.18 30.83 144.27 -
System Red Green Blue C M Y K H S L
Decimal 226 225 31 0 0.00 0.86 0.11 59.69 0.77 0.5
Hex E2 E1 1F 0 0 56 B 3C 4D 32
Octal 342 341 37 0 0 126 13 74 115 62
Binary 11100010 11100001 11111 0 0 1010110 1011 111100 1001101 110010

Color Harmonies of #E2E11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E11F

Black with #E2E11F

Text Example


Text Example

White with #E2E11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E11F; }

 p { color: rgb(226,225,31); }

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

background-color css

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

 a { background-color: rgb(226,225,31); }

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

border-color css

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

 span { border-color: rgb(226,225,31); }

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