Html Css Color HEX #EAEFA2 Australian Mint

📋 copy color: '#EAEFA2'

red 234 ◦ green 239 ◦ blue 162

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

Shades of Australian Mint #EAEFA2

Tints of Australian Mint #EAEFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.51%

R = 36.85%
G = 37.64%
B = 25.51%

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

#EAEFA2 (or 0xEAEFA2) is known color: Australian Mint. HEX triplet: EA, EF and A2. RGB value is (234,239,162). Sum of RGB (Red+Green+Blue) = 234+239+162=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEFA2 is #15105D. Grayscale: #E5E5E5. Windows color (decimal): -1380446 or 10678250. OLE color: 10678250.

HSL color Cylindrical-coordinate representation of color #EAEFA2: hue angle of 63.9º degrees, saturation: 0.71, 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 #EAEFA2 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 239 162 -
CMYK 0.02 0 0.32 0.06
HSL 63.9º 0.71% 0.79% -
HSV(B) 63.9º 0.32% 0.94% -
XYZ 71.32 81.83 46.22 -
YUV 228.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 234 239 162 0.02 0 0.32 0.06 63.9 0.71 0.79
Hex EA EF A2 2 0 20 6 40 47 4F
Octal 352 357 242 2 0 40 6 100 107 117
Binary 11101010 11101111 10100010 10 0 100000 110 1000000 1000111 1001111

Color Harmonies of #EAEFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFA2

Black with #EAEFA2

Text Example


Text Example

White with #EAEFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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