#E1E77A

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

Shades of Mindaro #E1E77A

Tints of Mindaro #E1E77A

Color information

#E1E77A (or 0xE1E77A) is unknown color: approx Mindaro. HEX triplet: E1, E7 and 7A. RGB value is (225,231,122). Sum of RGB (Red+Green+Blue) = 225+231+122=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E77A is #1E1885. Grayscale: #D9D9D9. Windows color (decimal): -1972358 or 8054753. OLE color: 8054753.

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

Color convert

RGB225231122-
CMYK0.0300.470.09
HSL63.3º69.43%69.22%-
HSV(B)63.3º47.19%90.59%-
XYZ63.1474.5629.48-
YUV216.7874.51133.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 122 (48.05% from 255) = 21.11%
R=38.93%
G=39.97%
B=21.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252311220.0300.470.0963.369.4369.22
HexE1E77A302F93f4545
Octal34134717230571177105105
Binary11100001111001111111010110101111100111111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E77A; }

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

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

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

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

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

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

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

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