#EBF3AF

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

Shades of Australian Mint #EBF3AF

Tints of Australian Mint #EBF3AF

Color information

#EBF3AF (or 0xEBF3AF) is unknown color: approx Australian Mint. HEX triplet: EB, F3 and AF. RGB value is (235,243,175). Sum of RGB (Red+Green+Blue) = 235+243+175=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF3AF is #140C50. Grayscale: #E9E9E9. Windows color (decimal): -1313873 or 11531243. OLE color: 11531243.

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

Color convert

RGB235243175-
CMYK0.0300.280.05
HSL67.06º73.91%81.96%-
HSV(B)67.06º27.98%95.29%-
XYZ74.0584.8653.03-
YUV232.8695.35129.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=35.99%
G=37.21%
B=26.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352431750.0300.280.0567.0673.9181.96
HexEBF3AF301C5434a52
Octal35336325730345103112122
Binary11101011111100111010111111011100101100001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3AF; }

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

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

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

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

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

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

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

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