Html Css Color HEX #EAF6AF Australian Mint

📋 copy color: '#EAF6AF'

red 234 ◦ green 246 ◦ blue 175

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

Shades of Australian Mint #EAF6AF

Tints of Australian Mint #EAF6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.72%

R = 35.73%
G = 37.56%
B = 26.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EAF6AF (or 0xEAF6AF) is known color: Australian Mint. HEX triplet: EA, F6 and AF. RGB value is (234,246,175). Sum of RGB (Red+Green+Blue) = 234+246+175=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF6AF is #150950. Grayscale: #EAEAEA. Windows color (decimal): -1378641 or 11532010. OLE color: 11532010.

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

Color convert

RGB 234 246 175 -
CMYK 0.05 0 0.29 0.04
HSL 70.14º 0.8% 0.83% -
HSV(B) 70.14º 0.29% 0.96% -
XYZ 74.63 86.5 53.32 -
YUV 234.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 234 246 175 0.05 0 0.29 0.04 70.14 0.8 0.83
Hex EA F6 AF 5 0 1D 4 46 50 53
Octal 352 366 257 5 0 35 4 106 120 123
Binary 11101010 11110110 10101111 101 0 11101 100 1000110 1010000 1010011

Color Harmonies of #EAF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF6AF

Black with #EAF6AF

Text Example


Text Example

White with #EAF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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