Html Css Color HEX #EAF8AD Australian Mint

📋 copy color: '#EAF8AD'

red 234 ◦ green 248 ◦ blue 173

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

Shades of Australian Mint #EAF8AD

Tints of Australian Mint #EAF8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

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

R = 35.73%
G = 37.86%
B = 26.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#EAF8AD (or 0xEAF8AD) is known color: Australian Mint. HEX triplet: EA, F8 and AD. RGB value is (234,248,173). Sum of RGB (Red+Green+Blue) = 234+248+173=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF8AD is #150752. Grayscale: #EBEBEB. Windows color (decimal): -1378131 or 11401450. OLE color: 11401450.

HSL color Cylindrical-coordinate representation of color #EAF8AD: hue angle of 71.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAF8AD is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 173 -
CMYK 0.06 0 0.30 0.03
HSL 71.2º 0.84% 0.83% -
HSV(B) 71.2º 0.3% 0.97% -
XYZ 75.04 87.64 52.5 -
YUV 235.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 234 248 173 0.06 0 0.30 0.03 71.2 0.84 0.83
Hex EA F8 AD 6 0 1E 3 47 54 53
Octal 352 370 255 6 0 36 3 107 124 123
Binary 11101010 11111000 10101101 110 0 11110 11 1000111 1010100 1010011

Color Harmonies of #EAF8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8AD

Black with #EAF8AD

Text Example


Text Example

White with #EAF8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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