#EBFBA1

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

Shades of Australian Mint #EBFBA1

Tints of Australian Mint #EBFBA1

Color information

#EBFBA1 (or 0xEBFBA1) is unknown color: approx Australian Mint. HEX triplet: EB, FB and A1. RGB value is (235,251,161). Sum of RGB (Red+Green+Blue) = 235+251+161=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 161 (63.28% from 255 or 24.88% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBA1 is #14045E. Grayscale: #ECECEC. Windows color (decimal): -1311839 or 10615787. OLE color: 10615787.

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

Color convert

RGB235251161-
CMYK0.0600.360.02
HSL70.67º91.84%80.78%-
HSV(B)70.67º35.86%98.43%-
XYZ75.1989.2346.98-
YUV235.9685.7127.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 161 (63.28% from 255) = 24.88%
R=36.32%
G=38.79%
B=24.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511610.0600.360.0270.6791.8480.78
HexEBFBA160242475c51
Octal35337324160442107134121
Binary111010111111101110100001110010010010100011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBA1; }

 p { color: rgb(235,251,161); }

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

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

 a { background-color: rgb(235,251,161); }

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

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

 span { border-color: rgb(235,251,161); }

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