#e1eb6f

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

Shades of Mindaro #E1EB6F

Tints of Mindaro #E1EB6F

Color information

#E1EB6F (or 0xE1EB6F) is unknown color: approx Mindaro. HEX triplet: E1, EB and 6F. RGB value is (225,235,111). Sum of RGB (Red+Green+Blue) = 225+235+111=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1EB6F is #1E1490. Grayscale: #DADADA. Windows color (decimal): -1971345 or 7334881. OLE color: 7334881.

HSL color Cylindrical-coordinate representation of color #E1EB6F: hue angle of 64.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1EB6F is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB225235111-
CMYK0.0400.530.08
HSL64.84º75.61%67.84%-
HSV(B)64.84º52.77%92.16%-
XYZ63.6376.5726.47-
YUV217.8767.69133.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 111 (43.75% from 255) = 19.44%
R=39.40%
G=41.16%
B=19.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252351110.0400.530.0864.8475.6167.84
HexE1EB6F40358414c44
Octal341353157406510101114104
Binary1110000111101011110111110001101011000100000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1eb6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1eb6f; }

 p { color: rgb(225,235,111); }

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

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

 a { background-color: rgb(225,235,111); }

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

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

 span { border-color: rgb(225,235,111); }

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