#EFFAAF

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

Shades of Australian Mint #EFFAAF

Tints of Australian Mint #EFFAAF

Color information

#EFFAAF (or 0xEFFAAF) is unknown color: approx Australian Mint. HEX triplet: EF, FA and AF. RGB value is (239,250,175). Sum of RGB (Red+Green+Blue) = 239+250+175=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAAF is #100550. Grayscale: #EEEEEE. Windows color (decimal): -1049937 or 11533039. OLE color: 11533039.

HSL color Cylindrical-coordinate representation of color #EFFAAF: hue angle of 68.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFFAAF is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB239250175-
CMYK0.0400.30.02
HSL68.8º88.24%83.33%-
HSV(B)68.8º30%98.04%-
XYZ77.5289.8253.81-
YUV238.1692.36128.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=35.99%
G=37.65%
B=26.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501750.0400.30.0268.888.2483.33
HexEFFAAF401E2455853
Octal35737225740362105130123
Binary11101111111110101010111110001111010100010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAAF; }

 p { color: rgb(239,250,175); }

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

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

 a { background-color: rgb(239,250,175); }

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

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

 span { border-color: rgb(239,250,175); }

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