#EBFCAF

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

Shades of Australian Mint #EBFCAF

Tints of Australian Mint #EBFCAF

Color information

#EBFCAF (or 0xEBFCAF) is unknown color: approx Australian Mint. HEX triplet: EB, FC and AF. RGB value is (235,252,175). Sum of RGB (Red+Green+Blue) = 235+252+175=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFCAF is #140350. Grayscale: #EEEEEE. Windows color (decimal): -1311569 or 11533547. OLE color: 11533547.

HSL color Cylindrical-coordinate representation of color #EBFCAF: hue angle of 73.25º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBFCAF is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB235252175-
CMYK0.0700.310.01
HSL73.25º92.77%83.73%-
HSV(B)73.25º30.56%98.82%-
XYZ76.8190.3853.95-
YUV238.1492.37125.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 175 (68.75% from 255) = 26.44%
R=35.50%
G=38.07%
B=26.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521750.0700.310.0173.2592.7783.73
HexEBFCAF701F1495d54
Octal35337425770371111135124
Binary1110101111111100101011111110111111100100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCAF; }

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

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

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

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

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

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

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

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