#E2E675

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

Shades of Mindaro #E2E675

Tints of Mindaro #E2E675

Color information

#E2E675 (or 0xE2E675) is unknown color: approx Mindaro. HEX triplet: E2, E6 and 75. RGB value is (226,230,117). Sum of RGB (Red+Green+Blue) = 226+230+117=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E675 is #1D198A. Grayscale: #D8D8D8. Windows color (decimal): -1907083 or 7726818. OLE color: 7726818.

HSL color Cylindrical-coordinate representation of color #E2E675: hue angle of 62.12º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2E675 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB226230117-
CMYK0.0200.490.10
HSL62.12º69.33%68.04%-
HSV(B)62.12º49.13%90.2%-
XYZ62.8774.0527.81-
YUV215.9272.17135.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 230 (90.23% from 255) = 40.14%
BLUE value IS 117 (46.09% from 255) = 20.42%
R=39.44%
G=40.14%
B=20.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262301170.0200.490.1062.1269.3368.04
HexE2E6752031A3e4544
Octal34234616520611276105104
Binary11100010111001101110101100110001101011111010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E675; }

 p { color: rgb(226,230,117); }

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

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

 a { background-color: rgb(226,230,117); }

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

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

 span { border-color: rgb(226,230,117); }

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