#E1EC70

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

Shades of Mindaro #E1EC70

Tints of Mindaro #E1EC70

Color information

#E1EC70 (or 0xE1EC70) is unknown color: approx Mindaro. HEX triplet: E1, EC and 70. RGB value is (225,236,112). Sum of RGB (Red+Green+Blue) = 225+236+112=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1EC70 is #1E138F. Grayscale: #DBDBDB. Windows color (decimal): -1971088 or 7400673. OLE color: 7400673.

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

Color convert

RGB225236112-
CMYK0.0500.530.07
HSL65.32º76.54%68.24%-
HSV(B)65.32º52.54%92.55%-
XYZ63.9777.1726.85-
YUV218.5767.86132.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 112 (44.14% from 255) = 19.55%
R=39.27%
G=41.19%
B=19.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252361120.0500.530.0765.3276.5468.24
HexE1EC7050357414d44
Octal34135416050657101115104
Binary111000011110110011100001010110101111100000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EC70; }

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

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

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

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

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

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

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

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