#E2EB76

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

Shades of Mindaro #E2EB76

Tints of Mindaro #E2EB76

Color information

#E2EB76 (or 0xE2EB76) is unknown color: approx Mindaro. HEX triplet: E2, EB and 76. RGB value is (226,235,118). Sum of RGB (Red+Green+Blue) = 226+235+118=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EB76 is #1D1489. Grayscale: #DBDBDB. Windows color (decimal): -1905802 or 7793634. OLE color: 7793634.

HSL color Cylindrical-coordinate representation of color #E2EB76: hue angle of 64.62º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2EB76 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB226235118-
CMYK0.0400.500.08
HSL64.62º74.52%69.22%-
HSV(B)64.62º49.79%92.16%-
XYZ64.3476.8928.59-
YUV218.9771.02133.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 118 (46.48% from 255) = 20.38%
R=39.03%
G=40.59%
B=20.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262351180.0400.500.0864.6274.5269.22
HexE2EB7640328414b45
Octal342353166406210101113105
Binary1110001011101011111011010001100101000100000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EB76; }

 p { color: rgb(226,235,118); }

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

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

 a { background-color: rgb(226,235,118); }

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

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

 span { border-color: rgb(226,235,118); }

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