Html Css Color HEX #E2E31F Golden Fizz

📋 copy color: '#E2E31F'

red 226 ◦ green 227 ◦ blue 31

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

Shades of Golden Fizz #E2E31F

Tints of Golden Fizz #E2E31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.9%

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

R = 46.69%
G = 46.9%
B = 6.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2E31F (or 0xE2E31F) is known color: Golden Fizz. HEX triplet: E2, E3 and 1F. RGB value is (226,227,31). Sum of RGB (Red+Green+Blue) = 226+227+31=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E31F is #1D1CE0. Grayscale: #CDCDCD. Windows color (decimal): -1907937 or 2089954. OLE color: 2089954.

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

Color convert

RGB 226 227 31 -
CMYK 0.00 0 0.86 0.11
HSL 60.31º 0.78% 0.51% -
HSV(B) 60.31º 0.86% 0.89% -
XYZ 59.08 71.21 11.93 -
YUV 204.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 226 227 31 0.00 0 0.86 0.11 60.31 0.78 0.51
Hex E2 E3 1F 0 0 56 B 3C 4E 33
Octal 342 343 37 0 0 126 13 74 116 63
Binary 11100010 11100011 11111 0 0 1010110 1011 111100 1001110 110011

Color Harmonies of #E2E31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E31F

Black with #E2E31F

Text Example


Text Example

White with #E2E31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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