Html Css Color HEX #EAF1AD Australian Mint

📋 copy color: '#EAF1AD'

red 234 ◦ green 241 ◦ blue 173

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

Shades of Australian Mint #EAF1AD

Tints of Australian Mint #EAF1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.7%

R = 36.11%
G = 37.19%
B = 26.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#EAF1AD (or 0xEAF1AD) is known color: Australian Mint. HEX triplet: EA, F1 and AD. RGB value is (234,241,173). Sum of RGB (Red+Green+Blue) = 234+241+173=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1AD is #150E52. Grayscale: #E7E7E7. Windows color (decimal): -1379923 or 11399658. OLE color: 11399658.

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

Color convert

RGB 234 241 173 -
CMYK 0.03 0 0.28 0.05
HSL 66.18º 0.71% 0.81% -
HSV(B) 66.18º 0.28% 0.95% -
XYZ 72.93 83.42 51.79 -
YUV 231.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 234 241 173 0.03 0 0.28 0.05 66.18 0.71 0.81
Hex EA F1 AD 3 0 1C 5 42 47 51
Octal 352 361 255 3 0 34 5 102 107 121
Binary 11101010 11110001 10101101 11 0 11100 101 1000010 1000111 1010001

Color Harmonies of #EAF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1AD

Black with #EAF1AD

Text Example


Text Example

White with #EAF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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