#E1E978

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

Shades of Mindaro #E1E978

Tints of Mindaro #E1E978

Color information

#E1E978 (or 0xE1E978) is unknown color: approx Mindaro. HEX triplet: E1, E9 and 78. RGB value is (225,233,120). Sum of RGB (Red+Green+Blue) = 225+233+120=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1E978 is #1E1687. Grayscale: #DADADA. Windows color (decimal): -1971848 or 7924193. OLE color: 7924193.

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

Color convert

RGB225233120-
CMYK0.0300.480.09
HSL64.25º71.97%69.22%-
HSV(B)64.25º48.5%91.37%-
XYZ63.5875.6429.02-
YUV217.7372.85133.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 233 (91.41% from 255) = 40.31%
BLUE value IS 120 (47.27% from 255) = 20.76%
R=38.93%
G=40.31%
B=20.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252331200.0300.480.0964.2571.9769.22
HexE1E97830309404845
Octal341351170306011100110105
Binary111000011110100111110001101100001001100000010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E978; }

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

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

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

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

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

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

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

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