#EBFDA1

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

Shades of Australian Mint #EBFDA1

Tints of Australian Mint #EBFDA1

Color information

#EBFDA1 (or 0xEBFDA1) is unknown color: approx Australian Mint. HEX triplet: EB, FD and A1. RGB value is (235,253,161). Sum of RGB (Red+Green+Blue) = 235+253+161=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA1 is #14025E. Grayscale: #EDEDED. Windows color (decimal): -1311327 or 10616299. OLE color: 10616299.

HSL color Cylindrical-coordinate representation of color #EBFDA1: hue angle of 71.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBFDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB235253161-
CMYK0.0700.360.01
HSL71.74º95.83%81.18%-
HSV(B)71.74º36.36%99.22%-
XYZ75.8290.4947.19-
YUV237.1385.04126.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 161 (63.28% from 255) = 24.81%
R=36.21%
G=38.98%
B=24.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531610.0700.360.0171.7495.8381.18
HexEBFDA170241486051
Octal35337524170441110140121
Binary11101011111111011010000111101001001100100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDA1; }

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

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

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

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

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

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

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

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