#E2E971

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

Shades of Mindaro #E2E971

Tints of Mindaro #E2E971

Color information

#E2E971 (or 0xE2E971) is unknown color: approx Mindaro. HEX triplet: E2, E9 and 71. RGB value is (226,233,113). Sum of RGB (Red+Green+Blue) = 226+233+113=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E971 is #1D168E. Grayscale: #D9D9D9. Windows color (decimal): -1906319 or 7465442. OLE color: 7465442.

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

Color convert

RGB226233113-
CMYK0.0300.520.09
HSL63.5º73.17%67.84%-
HSV(B)63.5º51.5%91.37%-
XYZ63.4875.6426.88-
YUV217.2369.18134.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 113 (44.53% from 255) = 19.76%
R=39.51%
G=40.73%
B=19.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262331130.0300.520.0963.573.1767.84
HexE2E97130349404944
Octal342351161306411100111104
Binary111000101110100111100011101101001001100000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E971; }

 p { color: rgb(226,233,113); }

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

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

 a { background-color: rgb(226,233,113); }

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

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

 span { border-color: rgb(226,233,113); }

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