#EEF5AD

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

Shades of Australian Mint #EEF5AD

Tints of Australian Mint #EEF5AD

Color information

#EEF5AD (or 0xEEF5AD) is unknown color: approx Australian Mint. HEX triplet: EE, F5 and AD. RGB value is (238,245,173). Sum of RGB (Red+Green+Blue) = 238+245+173=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF5AD is #110A52. Grayscale: #EAEAEA. Windows color (decimal): -1116755 or 11400686. OLE color: 11400686.

HSL color Cylindrical-coordinate representation of color #EEF5AD: hue angle of 65.83º degrees, saturation: 0.78, 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 #EEF5AD is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB238245173-
CMYK0.0300.290.04
HSL65.83º78.26%81.96%-
HSV(B)65.83º29.39%96.08%-
XYZ75.4686.552.25-
YUV234.793.18130.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 173 (67.97% from 255) = 26.37%
R=36.28%
G=37.35%
B=26.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382451730.0300.290.0465.8378.2681.96
HexEEF5AD301D4424e52
Octal35636525530354102116122
Binary11101110111101011010110111011101100100001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5AD; }

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

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

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

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

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

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

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

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