#E2ED6F

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

Shades of Mindaro #E2ED6F

Tints of Mindaro #E2ED6F

Color information

#E2ED6F (or 0xE2ED6F) is unknown color: approx Mindaro. HEX triplet: E2, ED and 6F. RGB value is (226,237,111). Sum of RGB (Red+Green+Blue) = 226+237+111=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED6F is #1D1290. Grayscale: #DBDBDB. Windows color (decimal): -1905297 or 7335394. OLE color: 7335394.

HSL color Cylindrical-coordinate representation of color #E2ED6F: hue angle of 65.24º degrees, saturation: 0.78, 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 #E2ED6F is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB226237111-
CMYK0.0500.530.07
HSL65.24º77.78%68.24%-
HSV(B)65.24º53.16%92.94%-
XYZ64.5277.8826.67-
YUV219.3566.86132.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 111 (43.75% from 255) = 19.34%
R=39.37%
G=41.29%
B=19.34%

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
Decimal2262371110.0500.530.0765.2477.7868.24
HexE2ED6F50357414e44
Octal34235515750657101116104
Binary111000101110110111011111010110101111100000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ED6F; }

 p { color: rgb(226,237,111); }

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

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

 a { background-color: rgb(226,237,111); }

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

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

 span { border-color: rgb(226,237,111); }

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