#EBF1A1

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

Shades of Australian Mint #EBF1A1

Tints of Australian Mint #EBF1A1

Color information

#EBF1A1 (or 0xEBF1A1) is unknown color: approx Australian Mint. HEX triplet: EB, F1 and A1. RGB value is (235,241,161). Sum of RGB (Red+Green+Blue) = 235+241+161=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1A1 is #140E5E. Grayscale: #E6E6E6. Windows color (decimal): -1314399 or 10613227. OLE color: 10613227.

HSL color Cylindrical-coordinate representation of color #EBF1A1: hue angle of 64.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBF1A1 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB235241161-
CMYK0.0200.330.05
HSL64.5º74.07%78.82%-
HSV(B)64.5º33.2%94.51%-
XYZ72.1583.1545.96-
YUV230.0989.01131.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 161 (63.28% from 255) = 25.27%
R=36.89%
G=37.83%
B=25.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411610.0200.330.0564.574.0778.82
HexEBF1A120215404a4f
Octal35336124120415100112117
Binary111010111111000110100001100100001101100000010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1A1; }

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

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

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

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

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

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

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

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