#EBF5AD

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

Shades of Australian Mint #EBF5AD

Tints of Australian Mint #EBF5AD

Color information

#EBF5AD (or 0xEBF5AD) is unknown color: approx Australian Mint. HEX triplet: EB, F5 and AD. RGB value is (235,245,173). Sum of RGB (Red+Green+Blue) = 235+245+173=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF5AD is #140A52. Grayscale: #EAEAEA. Windows color (decimal): -1313363 or 11400683. OLE color: 11400683.

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

Color convert

RGB235245173-
CMYK0.0400.290.04
HSL68.33º78.26%81.96%-
HSV(B)68.33º29.39%96.08%-
XYZ74.4685.9852.21-
YUV233.893.69128.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 245 (96.09% from 255) = 37.52%
BLUE value IS 173 (67.97% from 255) = 26.49%
R=35.99%
G=37.52%
B=26.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352451730.0400.290.0468.3378.2681.96
HexEBF5AD401D4444e52
Octal35336525540354104116122
Binary111010111111010110101101100011101100100010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5AD; }

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

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

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

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

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

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

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

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