#E7E31F

Color #E7E31F Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E7E31F

Tints of Golden Fizz #E7E31F

Color information

#E7E31F (or 0xE7E31F) is unknown color: approx Golden Fizz. HEX triplet: E7, E3 and 1F. RGB value is (231,227,31). Sum of RGB (Red+Green+Blue) = 231+227+31=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E31F is #181CE0. Grayscale: #CECECE. Windows color (decimal): -1580257 or 2089959. OLE color: 2089959.

HSL color Cylindrical-coordinate representation of color #E7E31F: hue angle of 58.8º 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 #E7E31F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB23122731-
CMYK00.020.870.09
HSL58.8º80.65%51.37%-
HSV(B)58.8º86.58%90.59%-
XYZ60.6772.0312-
YUV205.8529.33145.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 227 (89.06% from 255) = 46.42%
BLUE value IS 31 (12.5% from 255) = 6.34%
R=47.24%
G=46.42%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312273100.020.870.0958.880.6551.37
HexE7E31F025793b5133
Octal3473433702127117312163
Binary111001111110001111111010101011110011110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E31F; }

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

 H1.HeaderClassName
 {
   color: #E7E31F;
 }
 .AnyTagClassName
 {
   color: #E7E31F;
 }
</style>
background-color css

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

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

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

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

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

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