#E0E45D

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

Shades of Manz #E0E45D

Tints of Manz #E0E45D

Color information

#E0E45D (or 0xE0E45D) is unknown color: approx Manz. HEX triplet: E0, E4 and 5D. RGB value is (224,228,93). Sum of RGB (Red+Green+Blue) = 224+228+93=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E45D is #1F1BA2. Grayscale: #D3D3D3. Windows color (decimal): -2038691 or 6153440. OLE color: 6153440.

HSL color Cylindrical-coordinate representation of color #E0E45D: hue angle of 61.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0E45D is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22422893-
CMYK0.0200.590.11
HSL61.78º71.43%62.94%-
HSV(B)61.78º59.21%89.41%-
XYZ60.4672.1221.09-
YUV211.4161.17136.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=41.10%
G=41.83%
B=17.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224228930.0200.590.1161.7871.4362.94
HexE0E45D203BB3e473f
Octal3403441352073137610777
Binary1110000011100100101110110011101110111111101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E45D; }

 p { color: rgb(224,228,93); }

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

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

 a { background-color: rgb(224,228,93); }

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

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

 span { border-color: rgb(224,228,93); }

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