#EAF1B1

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

Shades of Australian Mint #EAF1B1

Tints of Australian Mint #EAF1B1

Color information

#EAF1B1 (or 0xEAF1B1) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and B1. RGB value is (234,241,177). Sum of RGB (Red+Green+Blue) = 234+241+177=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1B1 is #150E4E. Grayscale: #E7E7E7. Windows color (decimal): -1379919 or 11661802. OLE color: 11661802.

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

Color convert

RGB234241177-
CMYK0.0300.270.05
HSL66.56º69.57%81.96%-
HSV(B)66.56º26.56%94.51%-
XYZ73.3283.5853.86-
YUV231.6197.18129.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 177 (69.53% from 255) = 27.15%
R=35.89%
G=36.96%
B=27.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411770.0300.270.0566.5669.5781.96
HexEAF1B1301B5434652
Octal35236126130335103106122
Binary11101010111100011011000111011011101100001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1B1; }

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

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

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

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

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

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

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

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