#EBF4A4

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

Shades of Australian Mint #EBF4A4

Tints of Australian Mint #EBF4A4

Color information

#EBF4A4 (or 0xEBF4A4) is unknown color: approx Australian Mint. HEX triplet: EB, F4 and A4. RGB value is (235,244,164). Sum of RGB (Red+Green+Blue) = 235+244+164=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF4A4 is #140B5B. Grayscale: #E8E8E8. Windows color (decimal): -1313628 or 10810603. OLE color: 10810603.

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

Color convert

RGB235244164-
CMYK0.0400.330.04
HSL66.75º78.43%80%-
HSV(B)66.75º32.79%95.69%-
XYZ73.3185.0447.67-
YUV232.1989.52130-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 164 (64.45% from 255) = 25.51%
R=36.55%
G=37.95%
B=25.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352441640.0400.330.0466.7578.4380
HexEBF4A440214434e50
Octal35336424440414103116120
Binary1110101111110100101001001000100001100100001110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4A4; }

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

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

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

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

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

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

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

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