#EAF7AE

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

Shades of Australian Mint #EAF7AE

Tints of Australian Mint #EAF7AE

Color information

#EAF7AE (or 0xEAF7AE) is unknown color: approx Australian Mint. HEX triplet: EA, F7 and AE. RGB value is (234,247,174). Sum of RGB (Red+Green+Blue) = 234+247+174=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF7AE is #150851. Grayscale: #EBEBEB. Windows color (decimal): -1378386 or 11466730. OLE color: 11466730.

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

Color convert

RGB234247174-
CMYK0.0500.300.03
HSL70.68º82.02%82.55%-
HSV(B)70.68º29.55%96.86%-
XYZ74.8387.0752.91-
YUV234.7993.69127.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=35.73%
G=37.71%
B=26.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471740.0500.300.0370.6882.0282.55
HexEAF7AE501E3475253
Octal35236725650363107122123
Binary11101010111101111010111010101111011100011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7AE; }

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

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

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

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

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

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

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

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