#EBF3B1

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

Shades of Australian Mint #EBF3B1

Tints of Australian Mint #EBF3B1

Color information

#EBF3B1 (or 0xEBF3B1) is unknown color: approx Australian Mint. HEX triplet: EB, F3 and B1. RGB value is (235,243,177). Sum of RGB (Red+Green+Blue) = 235+243+177=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 177 (69.53% from 255 or 27.02% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF3B1 is #140C4E. Grayscale: #E9E9E9. Windows color (decimal): -1313871 or 11662315. OLE color: 11662315.

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

Color convert

RGB235243177-
CMYK0.0300.270.05
HSL67.27º73.33%82.35%-
HSV(B)67.27º27.16%95.29%-
XYZ74.2584.9454.08-
YUV233.0896.35129.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 177 (69.53% from 255) = 27.02%
R=35.88%
G=37.10%
B=27.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352431770.0300.270.0567.2773.3382.35
HexEBF3B1301B5434952
Octal35336326130335103111122
Binary11101011111100111011000111011011101100001110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3B1; }

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

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

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

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

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

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

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

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