#EBFDAE

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

Shades of Australian Mint #EBFDAE

Tints of Australian Mint #EBFDAE

Color information

#EBFDAE (or 0xEBFDAE) is unknown color: approx Australian Mint. HEX triplet: EB, FD and AE. RGB value is (235,253,174). Sum of RGB (Red+Green+Blue) = 235+253+174=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDAE is #140251. Grayscale: #EEEEEE. Windows color (decimal): -1311314 or 11468267. OLE color: 11468267.

HSL color Cylindrical-coordinate representation of color #EBFDAE: hue angle of 73.67º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBFDAE is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB235253174-
CMYK0.0700.310.01
HSL73.67º95.18%83.73%-
HSV(B)73.67º31.23%99.22%-
XYZ77.0390.9753.54-
YUV238.6191.54125.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 174 (68.36% from 255) = 26.28%
R=35.50%
G=38.22%
B=26.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531740.0700.310.0173.6795.1883.73
HexEBFDAE701F14a5f54
Octal35337525670371112137124
Binary1110101111111101101011101110111111100101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDAE; }

 p { color: rgb(235,253,174); }

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

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

 a { background-color: rgb(235,253,174); }

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

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

 span { border-color: rgb(235,253,174); }

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