Html Css Color HEX #EFFAAE Australian Mint

📋 copy color: '#EFFAAE'

red 239 ◦ green 250 ◦ blue 174

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

Shades of Australian Mint #EFFAAE

Tints of Australian Mint #EFFAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

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

R = 36.05%
G = 37.71%
B = 26.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#EFFAAE (or 0xEFFAAE) is known color: Australian Mint. HEX triplet: EF, FA and AE. RGB value is (239,250,174). Sum of RGB (Red+Green+Blue) = 239+250+174=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAAE is #100551. Grayscale: #EEEEEE. Windows color (decimal): -1049938 or 11467503. OLE color: 11467503.

HSL color Cylindrical-coordinate representation of color #EFFAAE: hue angle of 68.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFFAAE is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 174 -
CMYK 0.04 0 0.30 0.02
HSL 68.68º 0.88% 0.83% -
HSV(B) 68.68º 0.3% 0.98% -
XYZ 77.42 89.78 53.29 -
YUV 238.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 239 250 174 0.04 0 0.30 0.02 68.68 0.88 0.83
Hex EF FA AE 4 0 1E 2 45 58 53
Octal 357 372 256 4 0 36 2 105 130 123
Binary 11101111 11111010 10101110 100 0 11110 10 1000101 1011000 1010011

Color Harmonies of #EFFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAAE

Black with #EFFAAE

Text Example


Text Example

White with #EFFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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