Html Css Color HEX #E2E71F Golden Fizz

📋 copy color: '#E2E71F'

red 226 ◦ green 231 ◦ blue 31

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

Shades of Golden Fizz #E2E71F

Tints of Golden Fizz #E2E71F

RGB

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

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

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

R = 46.31%
G = 47.34%
B = 6.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E2E71F (or 0xE2E71F) is known color: Golden Fizz. HEX triplet: E2, E7 and 1F. RGB value is (226,231,31). Sum of RGB (Red+Green+Blue) = 226+231+31=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E71F is #1D18E0. Grayscale: #CFCFCF. Windows color (decimal): -1906913 or 2090978. OLE color: 2090978.

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

Color convert

RGB 226 231 31 -
CMYK 0.02 0 0.87 0.09
HSL 61.5º 0.81% 0.51% -
HSV(B) 61.5º 0.87% 0.91% -
XYZ 60.19 73.42 12.3 -
YUV 206.71 28.84 141.76 -
System Red Green Blue C M Y K H S L
Decimal 226 231 31 0.02 0 0.87 0.09 61.5 0.81 0.51
Hex E2 E7 1F 2 0 57 9 3E 51 33
Octal 342 347 37 2 0 127 11 76 121 63
Binary 11100010 11100111 11111 10 0 1010111 1001 111110 1010001 110011

Color Harmonies of #E2E71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E71F

Black with #E2E71F

Text Example


Text Example

White with #E2E71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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