#E1E97C

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

Shades of Mindaro #E1E97C

Tints of Mindaro #E1E97C

Color information

#E1E97C (or 0xE1E97C) is unknown color: approx Mindaro. HEX triplet: E1, E9 and 7C. RGB value is (225,233,124). Sum of RGB (Red+Green+Blue) = 225+233+124=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E97C is #1E1683. Grayscale: #DADADA. Windows color (decimal): -1971844 or 8186337. OLE color: 8186337.

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

Color convert

RGB225233124-
CMYK0.0300.470.09
HSL64.4º71.24%70%-
HSV(B)64.4º46.78%91.37%-
XYZ63.8375.7430.32-
YUV218.1874.85132.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 124 (48.83% from 255) = 21.31%
R=38.66%
G=40.03%
B=21.31%

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
Decimal2252331240.0300.470.0964.471.2470
HexE1E97C302F9404746
Octal341351174305711100107106
Binary111000011110100111111001101011111001100000010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E97C; }

 p { color: rgb(225,233,124); }

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

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

 a { background-color: rgb(225,233,124); }

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

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

 span { border-color: rgb(225,233,124); }

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