Html Css Color HEX #EAF1A4 Australian Mint

📋 copy color: '#EAF1A4'

red 234 ◦ green 241 ◦ blue 164

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

Shades of Australian Mint #EAF1A4

Tints of Australian Mint #EAF1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.67%

R = 36.62%
G = 37.72%
B = 25.67%

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

#EAF1A4 (or 0xEAF1A4) is known color: Australian Mint. HEX triplet: EA, F1 and A4. RGB value is (234,241,164). Sum of RGB (Red+Green+Blue) = 234+241+164=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1A4 is #150E5B. Grayscale: #E6E6E6. Windows color (decimal): -1379932 or 10809834. OLE color: 10809834.

HSL color Cylindrical-coordinate representation of color #EAF1A4: hue angle of 65.45º degrees, saturation: 0.73, 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 #EAF1A4 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 164 -
CMYK 0.03 0 0.32 0.05
HSL 65.45º 0.73% 0.79% -
HSV(B) 65.45º 0.32% 0.95% -
XYZ 72.09 83.08 47.36 -
YUV 230.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 234 241 164 0.03 0 0.32 0.05 65.45 0.73 0.79
Hex EA F1 A4 3 0 20 5 41 49 4F
Octal 352 361 244 3 0 40 5 101 111 117
Binary 11101010 11110001 10100100 11 0 100000 101 1000001 1001001 1001111

Color Harmonies of #EAF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1A4

Black with #EAF1A4

Text Example


Text Example

White with #EAF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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