#EAF0A7

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

Shades of Australian Mint #EAF0A7

Tints of Australian Mint #EAF0A7

Color information

#EAF0A7 (or 0xEAF0A7) is unknown color: approx Australian Mint. HEX triplet: EA, F0 and A7. RGB value is (234,240,167). Sum of RGB (Red+Green+Blue) = 234+240+167=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF0A7 is #150F58. Grayscale: #E6E6E6. Windows color (decimal): -1380185 or 11006186. OLE color: 11006186.

HSL color Cylindrical-coordinate representation of color #EAF0A7: hue angle of 64.93º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF0A7 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB234240167-
CMYK0.0200.300.06
HSL64.93º70.87%79.8%-
HSV(B)64.93º30.42%94.12%-
XYZ72.0782.648.7-
YUV229.8892.51130.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=36.51%
G=37.44%
B=26.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401670.0200.300.0664.9370.8779.8
HexEAF0A7201E6414750
Octal35236024720366101107120
Binary11101010111100001010011110011110110100000110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0A7; }

 p { color: rgb(234,240,167); }

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

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

 a { background-color: rgb(234,240,167); }

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

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

 span { border-color: rgb(234,240,167); }

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