Html Css Color HEX #EFF5AE Australian Mint

📋 copy color: '#EFF5AE'

red 239 ◦ green 245 ◦ blue 174

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

Shades of Australian Mint #EFF5AE

Tints of Australian Mint #EFF5AE

RGB

 RED value IS 239 (93.75% from 255) = 36.32%

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 174 (68.36% from 255) = 26.44%

R = 36.32%
G = 37.23%
B = 26.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EFF5AE (or 0xEFF5AE) is known color: Australian Mint. HEX triplet: EF, F5 and AE. RGB value is (239,245,174). Sum of RGB (Red+Green+Blue) = 239+245+174=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AE is #100A51. Grayscale: #EBEBEB. Windows color (decimal): -1051218 or 11466223. OLE color: 11466223.

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

Color convert

RGB 239 245 174 -
CMYK 0.02 0 0.29 0.04
HSL 65.07º 0.78% 0.82% -
HSV(B) 65.07º 0.29% 0.96% -
XYZ 75.89 86.71 52.78 -
YUV 235.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 239 245 174 0.02 0 0.29 0.04 65.07 0.78 0.82
Hex EF F5 AE 2 0 1D 4 41 4E 52
Octal 357 365 256 2 0 35 4 101 116 122
Binary 11101111 11110101 10101110 10 0 11101 100 1000001 1001110 1010010

Color Harmonies of #EFF5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5AE

Black with #EFF5AE

Text Example


Text Example

White with #EFF5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5AE; }

 p { color: rgb(239,245,174); }

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

background-color css

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

 a { background-color: rgb(239,245,174); }

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

border-color css

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

 span { border-color: rgb(239,245,174); }

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