#EBF1A3

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

Shades of Australian Mint #EBF1A3

Tints of Australian Mint #EBF1A3

Color information

#EBF1A3 (or 0xEBF1A3) is unknown color: approx Australian Mint. HEX triplet: EB, F1 and A3. RGB value is (235,241,163). Sum of RGB (Red+Green+Blue) = 235+241+163=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1A3 is #140E5C. Grayscale: #E6E6E6. Windows color (decimal): -1314397 or 10744299. OLE color: 10744299.

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

Color convert

RGB235241163-
CMYK0.0200.320.05
HSL64.62º73.58%79.22%-
HSV(B)64.62º32.37%94.51%-
XYZ72.3383.2246.9-
YUV230.3190.01131.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 163 (64.06% from 255) = 25.51%
R=36.78%
G=37.72%
B=25.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411630.0200.320.0564.6273.5879.22
HexEBF1A320205414a4f
Octal35336124320405101112117
Binary111010111111000110100011100100000101100000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1A3; }

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

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

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

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

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

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

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

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