#EBF3AA

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

Shades of Australian Mint #EBF3AA

Tints of Australian Mint #EBF3AA

Color information

#EBF3AA (or 0xEBF3AA) is unknown color: approx Australian Mint. HEX triplet: EB, F3 and AA. RGB value is (235,243,170). Sum of RGB (Red+Green+Blue) = 235+243+170=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF3AA is #140C55. Grayscale: #E8E8E8. Windows color (decimal): -1313878 or 11203563. OLE color: 11203563.

HSL color Cylindrical-coordinate representation of color #EBF3AA: hue angle of 66.58º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBF3AA is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB235243170-
CMYK0.0300.300.05
HSL66.58º75.26%80.98%-
HSV(B)66.58º30.04%95.29%-
XYZ73.5784.6750.49-
YUV232.2992.85129.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 243 (95.31% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=36.27%
G=37.5%
B=26.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352431700.0300.300.0566.5875.2680.98
HexEBF3AA301E5434b51
Octal35336325230365103113121
Binary11101011111100111010101011011110101100001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3AA; }

 p { color: rgb(235,243,170); }

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

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

 a { background-color: rgb(235,243,170); }

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

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

 span { border-color: rgb(235,243,170); }

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