#EAF1AD

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

Shades of Australian Mint #EAF1AD

Tints of Australian Mint #EAF1AD

Color information

#EAF1AD (or 0xEAF1AD) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and AD. RGB value is (234,241,173). Sum of RGB (Red+Green+Blue) = 234+241+173=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1AD is #150E52. Grayscale: #E7E7E7. Windows color (decimal): -1379923 or 11399658. OLE color: 11399658.

HSL color Cylindrical-coordinate representation of color #EAF1AD: hue angle of 66.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF1AD is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB234241173-
CMYK0.0300.280.05
HSL66.18º70.83%81.18%-
HSV(B)66.18º28.22%94.51%-
XYZ72.9383.4251.79-
YUV231.1695.18130.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 173 (67.97% from 255) = 26.70%
R=36.11%
G=37.19%
B=26.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411730.0300.280.0566.1870.8381.18
HexEAF1AD301C5424751
Octal35236125530345102107121
Binary11101010111100011010110111011100101100001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1AD; }

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

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

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

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

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

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

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

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