#EAF8AD

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

Shades of Australian Mint #EAF8AD

Tints of Australian Mint #EAF8AD

Color information

#EAF8AD (or 0xEAF8AD) is unknown color: approx Australian Mint. HEX triplet: EA, F8 and AD. RGB value is (234,248,173). Sum of RGB (Red+Green+Blue) = 234+248+173=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF8AD is #150752. Grayscale: #EBEBEB. Windows color (decimal): -1378131 or 11401450. OLE color: 11401450.

HSL color Cylindrical-coordinate representation of color #EAF8AD: hue angle of 71.2º 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 #EAF8AD is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB234248173-
CMYK0.0600.300.03
HSL71.2º84.27%82.55%-
HSV(B)71.2º30.24%97.25%-
XYZ75.0487.6452.5-
YUV235.2692.86127.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 173 (67.97% from 255) = 26.41%
R=35.73%
G=37.86%
B=26.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481730.0600.300.0371.284.2782.55
HexEAF8AD601E3475453
Octal35237025560363107124123
Binary11101010111110001010110111001111011100011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8AD; }

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

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

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

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

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

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

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

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