Html Css Color HEX #EAF1A3 Australian Mint

📋 copy color: '#EAF1A3'

red 234 ◦ green 241 ◦ blue 163

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

Shades of Australian Mint #EAF1A3

Tints of Australian Mint #EAF1A3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.77%

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

R = 36.68%
G = 37.77%
B = 25.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#EAF1A3 (or 0xEAF1A3) is known color: Australian Mint. HEX triplet: EA, F1 and A3. RGB value is (234,241,163). Sum of RGB (Red+Green+Blue) = 234+241+163=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1A3 is #150E5C. Grayscale: #E6E6E6. Windows color (decimal): -1379933 or 10744298. OLE color: 10744298.

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

Color convert

RGB 234 241 163 -
CMYK 0.03 0 0.32 0.05
HSL 65.38º 0.74% 0.79% -
HSV(B) 65.38º 0.32% 0.95% -
XYZ 72 83.05 46.89 -
YUV 230.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 234 241 163 0.03 0 0.32 0.05 65.38 0.74 0.79
Hex EA F1 A3 3 0 20 5 41 4A 4F
Octal 352 361 243 3 0 40 5 101 112 117
Binary 11101010 11110001 10100011 11 0 100000 101 1000001 1001010 1001111

Color Harmonies of #EAF1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1A3

Black with #EAF1A3

Text Example


Text Example

White with #EAF1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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