#EBF6AA

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

Shades of Australian Mint #EBF6AA

Tints of Australian Mint #EBF6AA

Color information

#EBF6AA (or 0xEBF6AA) is unknown color: approx Australian Mint. HEX triplet: EB, F6 and AA. RGB value is (235,246,170). Sum of RGB (Red+Green+Blue) = 235+246+170=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF6AA is #140955. Grayscale: #EAEAEA. Windows color (decimal): -1313110 or 11204331. OLE color: 11204331.

HSL color Cylindrical-coordinate representation of color #EBF6AA: hue angle of 68.68º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBF6AA is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB235246170-
CMYK0.0400.310.04
HSL68.68º80.85%81.57%-
HSV(B)68.68º30.89%96.47%-
XYZ74.4786.4850.8-
YUV234.0591.86128.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 246 (96.48% from 255) = 37.79%
BLUE value IS 170 (66.80% from 255) = 26.11%
R=36.10%
G=37.79%
B=26.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352461700.0400.310.0468.6880.8581.57
HexEBF6AA401F4455152
Octal35336625240374105121122
Binary111010111111011010101010100011111100100010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF6AA; }

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

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

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

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

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

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

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

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