#EFF3AF

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

Shades of Australian Mint #EFF3AF

Tints of Australian Mint #EFF3AF

Color information

#EFF3AF (or 0xEFF3AF) is unknown color: approx Australian Mint. HEX triplet: EF, F3 and AF. RGB value is (239,243,175). Sum of RGB (Red+Green+Blue) = 239+243+175=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF3AF is #100C50. Grayscale: #EAEAEA. Windows color (decimal): -1051729 or 11531247. OLE color: 11531247.

HSL color Cylindrical-coordinate representation of color #EFF3AF: hue angle of 63.53º 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 #EFF3AF is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB239243175-
CMYK0.0200.280.05
HSL63.53º73.91%81.96%-
HSV(B)63.53º27.98%95.29%-
XYZ75.3985.5553.1-
YUV234.0594.67131.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 175 (68.75% from 255) = 26.64%
R=36.38%
G=36.99%
B=26.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392431750.0200.280.0563.5373.9181.96
HexEFF3AF201C5404a52
Octal35736325720345100112122
Binary11101111111100111010111110011100101100000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3AF; }

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

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

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

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

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

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

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

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