#E1EC4D

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

Shades of Manz #E1EC4D

Tints of Manz #E1EC4D

Color information

#E1EC4D (or 0xE1EC4D) is unknown color: approx Manz. HEX triplet: E1, EC and 4D. RGB value is (225,236,77). Sum of RGB (Red+Green+Blue) = 225+236+77=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1EC4D is #1E13B2. Grayscale: #D7D7D7. Windows color (decimal): -1971123 or 5106913. OLE color: 5106913.

HSL color Cylindrical-coordinate representation of color #E1EC4D: hue angle of 64.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1EC4D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB22523677-
CMYK0.0500.670.07
HSL64.15º80.71%61.37%-
HSV(B)64.15º67.37%92.55%-
XYZ62.3976.5318.51-
YUV214.5850.36135.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 77 (30.47% from 255) = 14.31%
R=41.82%
G=43.87%
B=14.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225236770.0500.670.0764.1580.7161.37
HexE1EC4D5043740513d
Octal34135411550103710012175
Binary111000011110110010011011010100001111110000001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EC4D; }

 p { color: rgb(225,236,77); }

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

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

 a { background-color: rgb(225,236,77); }

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

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

 span { border-color: rgb(225,236,77); }

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