Html Css Color HEX #EAF6AD Australian Mint

📋 copy color: '#EAF6AD'

red 234 ◦ green 246 ◦ blue 173

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

Shades of Australian Mint #EAF6AD

Tints of Australian Mint #EAF6AD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.67%

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

R = 35.83%
G = 37.67%
B = 26.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EAF6AD (or 0xEAF6AD) is known color: Australian Mint. HEX triplet: EA, F6 and AD. RGB value is (234,246,173). Sum of RGB (Red+Green+Blue) = 234+246+173=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF6AD is #150952. Grayscale: #EAEAEA. Windows color (decimal): -1378643 or 11400938. OLE color: 11400938.

HSL color Cylindrical-coordinate representation of color #EAF6AD: hue angle of 69.86º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF6AD is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 173 -
CMYK 0.05 0 0.30 0.04
HSL 69.86º 0.8% 0.82% -
HSV(B) 69.86º 0.3% 0.96% -
XYZ 74.43 86.42 52.29 -
YUV 234.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 234 246 173 0.05 0 0.30 0.04 69.86 0.8 0.82
Hex EA F6 AD 5 0 1E 4 46 50 52
Octal 352 366 255 5 0 36 4 106 120 122
Binary 11101010 11110110 10101101 101 0 11110 100 1000110 1010000 1010010

Color Harmonies of #EAF6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6AD

Black with #EAF6AD

Text Example


Text Example

White with #EAF6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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