#EBFAAF

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

Shades of Australian Mint #EBFAAF

Tints of Australian Mint #EBFAAF

Color information

#EBFAAF (or 0xEBFAAF) is unknown color: approx Australian Mint. HEX triplet: EB, FA and AF. RGB value is (235,250,175). Sum of RGB (Red+Green+Blue) = 235+250+175=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAAF is #140550. Grayscale: #EDEDED. Windows color (decimal): -1312081 or 11533035. OLE color: 11533035.

HSL color Cylindrical-coordinate representation of color #EBFAAF: hue angle of 72º 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 #EBFAAF is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB235250175-
CMYK0.0600.30.02
HSL72º88.24%83.33%-
HSV(B)72º30%98.04%-
XYZ76.1889.1353.75-
YUV236.9693.03126.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 175 (68.75% from 255) = 26.52%
R=35.61%
G=37.88%
B=26.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501750.0600.30.027288.2483.33
HexEBFAAF601E2485853
Octal35337225760362110130123
Binary11101011111110101010111111001111010100100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAAF; }

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

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

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

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

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

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

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

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