#EBF4AF

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

Shades of Australian Mint #EBF4AF

Tints of Australian Mint #EBF4AF

Color information

#EBF4AF (or 0xEBF4AF) is unknown color: approx Australian Mint. HEX triplet: EB, F4 and AF. RGB value is (235,244,175). Sum of RGB (Red+Green+Blue) = 235+244+175=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF4AF is #140B50. Grayscale: #E9E9E9. Windows color (decimal): -1313617 or 11531499. OLE color: 11531499.

HSL color Cylindrical-coordinate representation of color #EBF4AF: hue angle of 67.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBF4AF is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB235244175-
CMYK0.0400.280.04
HSL67.83º75.82%82.16%-
HSV(B)67.83º28.28%95.69%-
XYZ74.3585.4653.13-
YUV233.4495.02129.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 175 (68.75% from 255) = 26.76%
R=35.93%
G=37.31%
B=26.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352441750.0400.280.0467.8375.8282.16
HexEBF4AF401C4444c52
Octal35336425740344104114122
Binary111010111111010010101111100011100100100010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4AF; }

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

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

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

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

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

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

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

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