#EAF6AE

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

Shades of Australian Mint #EAF6AE

Tints of Australian Mint #EAF6AE

Color information

#EAF6AE (or 0xEAF6AE) is unknown color: approx Australian Mint. HEX triplet: EA, F6 and AE. RGB value is (234,246,174). Sum of RGB (Red+Green+Blue) = 234+246+174=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF6AE is #150951. Grayscale: #EAEAEA. Windows color (decimal): -1378642 or 11466474. OLE color: 11466474.

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

Color convert

RGB234246174-
CMYK0.0500.290.04
HSL70º80%82.35%-
HSV(B)70º29.27%96.47%-
XYZ74.5386.4652.8-
YUV234.294.02127.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=35.78%
G=37.61%
B=26.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461740.0500.290.04708082.35
HexEAF6AE501D4465052
Octal35236625650354106120122
Binary111010101111011010101110101011101100100011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6AE; }

 p { color: rgb(234,246,174); }

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

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

 a { background-color: rgb(234,246,174); }

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

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

 span { border-color: rgb(234,246,174); }

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