#E2E54C

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

Shades of Manz #E2E54C

Tints of Manz #E2E54C

Color information

#E2E54C (or 0xE2E54C) is unknown color: approx Manz. HEX triplet: E2, E5 and 4C. RGB value is (226,229,76). Sum of RGB (Red+Green+Blue) = 226+229+76=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E54C is #1D1AB3. Grayscale: #D3D3D3. Windows color (decimal): -1907380 or 5039586. OLE color: 5039586.

HSL color Cylindrical-coordinate representation of color #E2E54C: hue angle of 61.18º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2E54C is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22622976-
CMYK0.0100.670.10
HSL61.18º74.63%59.8%-
HSV(B)61.18º66.81%89.8%-
XYZ60.6972.7317.68-
YUV210.6652.01138.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 76 (30.08% from 255) = 14.31%
R=42.56%
G=43.13%
B=14.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal226229760.0100.670.1061.1874.6359.8
HexE2E54C1043A3d4b3c
Octal34234511410103127511374
Binary1110001011100101100110010100001110101111011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E54C; }

 p { color: rgb(226,229,76); }

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

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

 a { background-color: rgb(226,229,76); }

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

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

 span { border-color: rgb(226,229,76); }

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