#e2e55d

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

Shades of Manz #E2E55D

Tints of Manz #E2E55D

Color information

#E2E55D (or 0xE2E55D) is unknown color: approx Manz. HEX triplet: E2, E5 and 5D. RGB value is (226,229,93). Sum of RGB (Red+Green+Blue) = 226+229+93=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E55D is #1D1AA2. Grayscale: #D5D5D5. Windows color (decimal): -1907363 or 6153698. OLE color: 6153698.

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

Color convert

RGB22622993-
CMYK0.0100.590.10
HSL61.32º72.34%63.14%-
HSV(B)61.32º59.39%89.8%-
XYZ61.367321.21-
YUV212.660.51137.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 229 (89.84% from 255) = 41.79%
BLUE value IS 93 (36.72% from 255) = 16.97%
R=41.24%
G=41.79%
B=16.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal226229930.0100.590.1061.3272.3463.14
HexE2E55D103BA3d483f
Octal3423451351073127511077
Binary111000101110010110111011011101110101111011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2e55d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2e55d; }

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

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

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

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

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

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

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

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