#EAF8B1

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

Shades of Australian Mint #EAF8B1

Tints of Australian Mint #EAF8B1

Color information

#EAF8B1 (or 0xEAF8B1) is unknown color: approx Australian Mint. HEX triplet: EA, F8 and B1. RGB value is (234,248,177). Sum of RGB (Red+Green+Blue) = 234+248+177=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 177 (69.53% from 255 or 26.86% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF8B1 is #15074E. Grayscale: #EBEBEB. Windows color (decimal): -1378127 or 11663594. OLE color: 11663594.

HSL color Cylindrical-coordinate representation of color #EAF8B1: hue angle of 71.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF8B1 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB234248177-
CMYK0.0600.290.03
HSL71.83º83.53%83.33%-
HSV(B)71.83º28.63%97.25%-
XYZ75.4387.854.57-
YUV235.7294.86126.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 177 (69.53% from 255) = 26.86%
R=35.51%
G=37.63%
B=26.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481770.0600.290.0371.8383.5383.33
HexEAF8B1601D3485453
Octal35237026160353110124123
Binary11101010111110001011000111001110111100100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8B1; }

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

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

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

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

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

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

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

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