#EEF4AD

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

Shades of Australian Mint #EEF4AD

Tints of Australian Mint #EEF4AD

Color information

#EEF4AD (or 0xEEF4AD) is unknown color: approx Australian Mint. HEX triplet: EE, F4 and AD. RGB value is (238,244,173). Sum of RGB (Red+Green+Blue) = 238+244+173=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF4AD is #110B52. Grayscale: #EAEAEA. Windows color (decimal): -1117011 or 11400430. OLE color: 11400430.

HSL color Cylindrical-coordinate representation of color #EEF4AD: hue angle of 65.07º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEF4AD is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB238244173-
CMYK0.0200.290.04
HSL65.07º76.34%81.76%-
HSV(B)65.07º29.1%95.69%-
XYZ75.1585.952.15-
YUV234.1193.51130.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 173 (67.97% from 255) = 26.41%
R=36.34%
G=37.25%
B=26.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382441730.0200.290.0465.0776.3481.76
HexEEF4AD201D4414c52
Octal35636425520354101114122
Binary11101110111101001010110110011101100100000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4AD; }

 p { color: rgb(238,244,173); }

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

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

 a { background-color: rgb(238,244,173); }

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

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

 span { border-color: rgb(238,244,173); }

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