#EBF7AD

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

Shades of Australian Mint #EBF7AD

Tints of Australian Mint #EBF7AD

Color information

#EBF7AD (or 0xEBF7AD) is unknown color: approx Australian Mint. HEX triplet: EB, F7 and AD. RGB value is (235,247,173). Sum of RGB (Red+Green+Blue) = 235+247+173=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF7AD is #140852. Grayscale: #EBEBEB. Windows color (decimal): -1312851 or 11401195. OLE color: 11401195.

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

Color convert

RGB235247173-
CMYK0.0500.300.03
HSL69.73º82.22%82.35%-
HSV(B)69.73º29.96%96.86%-
XYZ75.0687.252.41-
YUV234.9893.02128.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 173 (67.97% from 255) = 26.41%
R=35.88%
G=37.71%
B=26.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352471730.0500.300.0369.7382.2282.35
HexEBF7AD501E3465252
Octal35336725550363106122122
Binary11101011111101111010110110101111011100011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7AD; }

 p { color: rgb(235,247,173); }

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

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

 a { background-color: rgb(235,247,173); }

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

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

 span { border-color: rgb(235,247,173); }

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