#E9FBAD

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

Shades of Australian Mint #E9FBAD

Tints of Australian Mint #E9FBAD

Color information

#E9FBAD (or 0xE9FBAD) is unknown color: approx Australian Mint. HEX triplet: E9, FB and AD. RGB value is (233,251,173). Sum of RGB (Red+Green+Blue) = 233+251+173=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FBAD is #160452. Grayscale: #EDEDED. Windows color (decimal): -1442899 or 11402217. OLE color: 11402217.

HSL color Cylindrical-coordinate representation of color #E9FBAD: hue angle of 73.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9FBAD is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB233251173-
CMYK0.0700.310.02
HSL73.85º90.7%83.14%-
HSV(B)73.85º31.08%98.43%-
XYZ75.6489.3452.79-
YUV236.7392.04125.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 173 (67.97% from 255) = 26.33%
R=35.46%
G=38.20%
B=26.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332511730.0700.310.0273.8590.783.14
HexE9FBAD701F24a5b53
Octal35137325570372112133123
Binary11101001111110111010110111101111110100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FBAD; }

 p { color: rgb(233,251,173); }

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

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

 a { background-color: rgb(233,251,173); }

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

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

 span { border-color: rgb(233,251,173); }

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