#E7E12A

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

Shades of Golden Fizz #E7E12A

Tints of Golden Fizz #E7E12A

Color information

#E7E12A (or 0xE7E12A) is unknown color: approx Golden Fizz. HEX triplet: E7, E1 and 2A. RGB value is (231,225,42). Sum of RGB (Red+Green+Blue) = 231+225+42=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E12A is #181ED5. Grayscale: #CECECE. Windows color (decimal): -1580758 or 2810343. OLE color: 2810343.

HSL color Cylindrical-coordinate representation of color #E7E12A: hue angle of 58.1º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7E12A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23122542-
CMYK00.030.820.09
HSL58.1º79.75%53.53%-
HSV(B)58.1º81.82%90.59%-
XYZ60.371.0112.72-
YUV205.9335.49145.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 42 (16.80% from 255) = 8.43%
R=46.39%
G=45.18%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312254200.030.820.0958.179.7553.53
HexE7E12A035293a5036
Octal3473415203122117212066
Binary1110011111100001101010011101001010011110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E12A; }

 p { color: rgb(231,225,42); }

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

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

 a { background-color: rgb(231,225,42); }

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

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

 span { border-color: rgb(231,225,42); }

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