#EBF3AD

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

Shades of Australian Mint #EBF3AD

Tints of Australian Mint #EBF3AD

Color information

#EBF3AD (or 0xEBF3AD) is unknown color: approx Australian Mint. HEX triplet: EB, F3 and AD. RGB value is (235,243,173). Sum of RGB (Red+Green+Blue) = 235+243+173=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF3AD is #140C52. Grayscale: #E8E8E8. Windows color (decimal): -1313875 or 11400171. OLE color: 11400171.

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

Color convert

RGB235243173-
CMYK0.0300.290.05
HSL66.86º74.47%81.57%-
HSV(B)66.86º28.81%95.29%-
XYZ73.8584.7852.01-
YUV232.6394.35129.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 173 (67.97% from 255) = 26.57%
R=36.10%
G=37.33%
B=26.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352431730.0300.290.0566.8674.4781.57
HexEBF3AD301D5434a52
Octal35336325530355103112122
Binary11101011111100111010110111011101101100001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3AD; }

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

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

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

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

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

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

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

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