#EBFAA4

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

Shades of Australian Mint #EBFAA4

Tints of Australian Mint #EBFAA4

Color information

#EBFAA4 (or 0xEBFAA4) is unknown color: approx Australian Mint. HEX triplet: EB, FA and A4. RGB value is (235,250,164). Sum of RGB (Red+Green+Blue) = 235+250+164=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 164 (64.45% from 255 or 25.27% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAA4 is #14055B. Grayscale: #ECECEC. Windows color (decimal): -1312092 or 10812139. OLE color: 10812139.

HSL color Cylindrical-coordinate representation of color #EBFAA4: hue angle of 70.47º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBFAA4 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB235250164-
CMYK0.0600.340.02
HSL70.47º89.58%81.18%-
HSV(B)70.47º34.4%98.04%-
XYZ75.1588.7148.28-
YUV235.7187.53127.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 164 (64.45% from 255) = 25.27%
R=36.21%
G=38.52%
B=25.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501640.0600.340.0270.4789.5881.18
HexEBFAA460222465a51
Octal35337224460422106132121
Binary111010111111101010100100110010001010100011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAA4; }

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

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

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

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

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

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

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

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