#EAF5B3

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

Shades of Australian Mint #EAF5B3

Tints of Australian Mint #EAF5B3

Color information

#EAF5B3 (or 0xEAF5B3) is unknown color: approx Australian Mint. HEX triplet: EA, F5 and B3. RGB value is (234,245,179). Sum of RGB (Red+Green+Blue) = 234+245+179=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 179 (70.31% from 255 or 27.20% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5B3 is #150A4C. Grayscale: #EAEAEA. Windows color (decimal): -1378893 or 11793898. OLE color: 11793898.

HSL color Cylindrical-coordinate representation of color #EAF5B3: hue angle of 70º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAF5B3 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB234245179-
CMYK0.0400.270.04
HSL70º76.74%83.14%-
HSV(B)70º26.94%96.08%-
XYZ74.7286.0555.32-
YUV234.1996.86127.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 245 (96.09% from 255) = 37.23%
BLUE value IS 179 (70.31% from 255) = 27.20%
R=35.56%
G=37.23%
B=27.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342451790.0400.270.047076.7483.14
HexEAF5B3401B4464d53
Octal35236526340334106115123
Binary111010101111010110110011100011011100100011010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5B3; }

 p { color: rgb(234,245,179); }

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

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

 a { background-color: rgb(234,245,179); }

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

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

 span { border-color: rgb(234,245,179); }

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