#EEFCA0

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

Shades of Australian Mint #EEFCA0

Tints of Australian Mint #EEFCA0

Color information

#EEFCA0 (or 0xEEFCA0) is unknown color: approx Australian Mint. HEX triplet: EE, FC and A0. RGB value is (238,252,160). Sum of RGB (Red+Green+Blue) = 238+252+160=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 160 (62.89% from 255 or 24.62% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFCA0 is #11035F. Grayscale: #EDEDED. Windows color (decimal): -1114976 or 10550510. OLE color: 10550510.

HSL color Cylindrical-coordinate representation of color #EEFCA0: hue angle of 69.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEFCA0 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB238252160-
CMYK0.0600.370.01
HSL69.13º93.88%80.78%-
HSV(B)69.13º36.51%98.82%-
XYZ76.4290.3446.67-
YUV237.3384.36128.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 160 (62.89% from 255) = 24.62%
R=36.62%
G=38.77%
B=24.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382521600.0600.370.0169.1393.8880.78
HexEEFCA060251455e51
Octal35637424060451105136121
Binary11101110111111001010000011001001011100010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCA0; }

 p { color: rgb(238,252,160); }

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

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

 a { background-color: rgb(238,252,160); }

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

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

 span { border-color: rgb(238,252,160); }

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