Html Css Color HEX #EAEFA3 Australian Mint

📋 copy color: '#EAEFA3'

red 234 ◦ green 239 ◦ blue 163

#EAEFA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EAEFA3

Tints of Australian Mint #EAEFA3

RGB

 RED value IS 234 (91.8% from 255) = 36.79%

 GREEN value IS 239 (93.75% from 255) = 37.58%

 BLUE value IS 163 (64.06% from 255) = 25.63%

R = 36.79%
G = 37.58%
B = 25.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EAEFA3 (or 0xEAEFA3) is known color: Australian Mint. HEX triplet: EA, EF and A3. RGB value is (234,239,163). Sum of RGB (Red+Green+Blue) = 234+239+163=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFA3 is #15105C. Grayscale: #E5E5E5. Windows color (decimal): -1380445 or 10743786. OLE color: 10743786.

HSL color Cylindrical-coordinate representation of color #EAEFA3: hue angle of 63.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAEFA3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 239 163 -
CMYK 0.02 0 0.32 0.06
HSL 63.95º 0.7% 0.79% -
HSV(B) 63.95º 0.32% 0.94% -
XYZ 71.41 81.87 46.69 -
YUV 228.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 234 239 163 0.02 0 0.32 0.06 63.95 0.7 0.79
Hex EA EF A3 2 0 20 6 40 46 4F
Octal 352 357 243 2 0 40 6 100 106 117
Binary 11101010 11101111 10100011 10 0 100000 110 1000000 1000110 1001111

Color Harmonies of #EAEFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFA3

Black with #EAEFA3

Text Example


Text Example

White with #EAEFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFA3; }

 p { color: rgb(234,239,163); }

 H1.HeaderClassName
 {
   color: #EAEFA3;
 }
 .AnyTagClassName
 {
   color: #EAEFA3;
 }
</style>

background-color css

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

 a { background-color: rgb(234,239,163); }

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

border-color css

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

 span { border-color: rgb(234,239,163); }

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