#EAF1B0

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

Shades of Australian Mint #EAF1B0

Tints of Australian Mint #EAF1B0

Color information

#EAF1B0 (or 0xEAF1B0) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and B0. RGB value is (234,241,176). Sum of RGB (Red+Green+Blue) = 234+241+176=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1B0 is #150E4F. Grayscale: #E7E7E7. Windows color (decimal): -1379920 or 11596266. OLE color: 11596266.

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

Color convert

RGB234241176-
CMYK0.0300.270.05
HSL66.46º69.89%81.76%-
HSV(B)66.46º26.97%94.51%-
XYZ73.2283.5453.34-
YUV231.596.68129.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 176 (69.14% from 255) = 27.04%
R=35.94%
G=37.02%
B=27.04%

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
Decimal2342411760.0300.270.0566.4669.8981.76
HexEAF1B0301B5424652
Octal35236126030335102106122
Binary11101010111100011011000011011011101100001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1B0; }

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

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

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

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

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

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

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

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