#E0E325

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

Shades of Golden Fizz #E0E325

Tints of Golden Fizz #E0E325

Color information

#E0E325 (or 0xE0E325) is unknown color: approx Golden Fizz. HEX triplet: E0, E3 and 25. RGB value is (224,227,37). Sum of RGB (Red+Green+Blue) = 224+227+37=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E325 is #1F1CDA. Grayscale: #CDCDCD. Windows color (decimal): -2039003 or 2483168. OLE color: 2483168.

HSL color Cylindrical-coordinate representation of color #E0E325: hue angle of 60.95º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0E325 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB22422737-
CMYK0.0100.840.11
HSL60.95º77.24%51.76%-
HSV(B)60.95º83.7%89.02%-
XYZ58.5470.9212.35-
YUV204.4433.51141.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 227 (89.06% from 255) = 46.52%
BLUE value IS 37 (14.84% from 255) = 7.58%
R=45.90%
G=46.52%
B=7.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224227370.0100.840.1160.9577.2451.76
HexE0E3251054B3d4d34
Octal3403434510124137511564
Binary111000001110001110010110101010010111111011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E325; }

 p { color: rgb(224,227,37); }

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

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

 a { background-color: rgb(224,227,37); }

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

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

 span { border-color: rgb(224,227,37); }

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