#E7E02A

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

Shades of Golden Fizz #E7E02A

Tints of Golden Fizz #E7E02A

Color information

#E7E02A (or 0xE7E02A) is unknown color: approx Golden Fizz. HEX triplet: E7, E0 and 2A. RGB value is (231,224,42). Sum of RGB (Red+Green+Blue) = 231+224+42=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E02A is #181FD5. Grayscale: #CECECE. Windows color (decimal): -1581014 or 2810087. OLE color: 2810087.

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

Color convert

RGB23122442-
CMYK00.030.820.09
HSL57.78º79.75%53.53%-
HSV(B)57.78º81.82%90.59%-
XYZ60.0370.4712.63-
YUV205.3535.82146.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 42 (16.80% from 255) = 8.45%
R=46.48%
G=45.07%
B=8.45%

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
Decimal2312244200.030.820.0957.7879.7553.53
HexE7E02A035293a5036
Octal3473405203122117212066
Binary1110011111100000101010011101001010011110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E02A; }

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

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

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

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

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

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

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

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