#EEF8AD

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

Shades of Australian Mint #EEF8AD

Tints of Australian Mint #EEF8AD

Color information

#EEF8AD (or 0xEEF8AD) is unknown color: approx Australian Mint. HEX triplet: EE, F8 and AD. RGB value is (238,248,173). Sum of RGB (Red+Green+Blue) = 238+248+173=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF8AD is #110752. Grayscale: #ECECEC. Windows color (decimal): -1115987 or 11401454. OLE color: 11401454.

HSL color Cylindrical-coordinate representation of color #EEF8AD: hue angle of 68º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEF8AD is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB238248173-
CMYK0.0400.300.03
HSL68º84.27%82.55%-
HSV(B)68º30.24%97.25%-
XYZ76.3788.3352.56-
YUV236.4692.19129.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 173 (67.97% from 255) = 26.25%
R=36.12%
G=37.63%
B=26.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382481730.0400.300.036884.2782.55
HexEEF8AD401E3445453
Octal35637025540363104124123
Binary11101110111110001010110110001111011100010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8AD; }

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

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

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

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

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

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

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

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