#E2E774

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

Shades of Mindaro #E2E774

Tints of Mindaro #E2E774

Color information

#E2E774 (or 0xE2E774) is unknown color: approx Mindaro. HEX triplet: E2, E7 and 74. RGB value is (226,231,116). Sum of RGB (Red+Green+Blue) = 226+231+116=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E774 is #1D188B. Grayscale: #D8D8D8. Windows color (decimal): -1906828 or 7661538. OLE color: 7661538.

HSL color Cylindrical-coordinate representation of color #E2E774: hue angle of 62.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2E774 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB226231116-
CMYK0.0200.500.09
HSL62.61º70.55%68.04%-
HSV(B)62.61º49.78%90.59%-
XYZ63.0974.5827.59-
YUV216.471.34134.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 231 (90.62% from 255) = 40.31%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=39.44%
G=40.31%
B=20.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262311160.0200.500.0962.6170.5568.04
HexE2E774203293f4744
Octal34234716420621177107104
Binary11100010111001111110100100110010100111111110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E774; }

 p { color: rgb(226,231,116); }

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

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

 a { background-color: rgb(226,231,116); }

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

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

 span { border-color: rgb(226,231,116); }

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