#E2E75A

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

Shades of Manz #E2E75A

Tints of Manz #E2E75A

Color information

#E2E75A (or 0xE2E75A) is unknown color: approx Manz. HEX triplet: E2, E7 and 5A. RGB value is (226,231,90). Sum of RGB (Red+Green+Blue) = 226+231+90=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E75A is #1D18A5. Grayscale: #D5D5D5. Windows color (decimal): -1906854 or 5957602. OLE color: 5957602.

HSL color Cylindrical-coordinate representation of color #E2E75A: hue angle of 62.13º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2E75A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB22623190-
CMYK0.0200.610.09
HSL62.13º74.6%62.94%-
HSV(B)62.13º61.04%90.59%-
XYZ61.7974.0620.71-
YUV213.4358.34136.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 231 (90.62% from 255) = 42.23%
BLUE value IS 90 (35.55% from 255) = 16.45%
R=41.32%
G=42.23%
B=16.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal226231900.0200.610.0962.1374.662.94
HexE2E75A203D93e4b3f
Octal3423471322075117611377
Binary1110001011100111101101010011110110011111101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E75A; }

 p { color: rgb(226,231,90); }

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

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

 a { background-color: rgb(226,231,90); }

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

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

 span { border-color: rgb(226,231,90); }

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