#E1E772

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

Shades of Mindaro #E1E772

Tints of Mindaro #E1E772

Color information

#E1E772 (or 0xE1E772) is unknown color: approx Mindaro. HEX triplet: E1, E7 and 72. RGB value is (225,231,114). Sum of RGB (Red+Green+Blue) = 225+231+114=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E772 is #1E188D. Grayscale: #D8D8D8. Windows color (decimal): -1972366 or 7530465. OLE color: 7530465.

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

Color convert

RGB225231114-
CMYK0.0300.510.09
HSL63.08º70.91%67.65%-
HSV(B)63.08º50.65%90.59%-
XYZ62.6674.3726.97-
YUV215.8770.51134.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 231 (90.62% from 255) = 40.53%
BLUE value IS 114 (44.92% from 255) = 20%
R=39.47%
G=40.53%
B=20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252311140.0300.510.0963.0870.9167.65
HexE1E772303393f4744
Octal34134716230631177107104
Binary11100001111001111110010110110011100111111110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E772; }

 p { color: rgb(225,231,114); }

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

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

 a { background-color: rgb(225,231,114); }

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

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

 span { border-color: rgb(225,231,114); }

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