#E1EC7E

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

Shades of Mindaro #E1EC7E

Tints of Mindaro #E1EC7E

Color information

#E1EC7E (or 0xE1EC7E) is unknown color: approx Mindaro. HEX triplet: E1, EC and 7E. RGB value is (225,236,126). Sum of RGB (Red+Green+Blue) = 225+236+126=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #E1EC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1EC7E is #1E1381. Grayscale: #DCDCDC. Windows color (decimal): -1971074 or 8318177. OLE color: 8318177.

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

Color convert

RGB225236126-
CMYK0.0500.470.07
HSL66º74.32%70.98%-
HSV(B)66º46.61%92.55%-
XYZ64.8177.531.28-
YUV220.1774.86131.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 126 (49.61% from 255) = 21.47%
R=38.33%
G=40.20%
B=21.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252361260.0500.470.076674.3270.98
HexE1EC7E502F7424a47
Octal34135417650577102112107
Binary111000011110110011111101010101111111100001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EC7E; }

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

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

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

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

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

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

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

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