Html Css Color HEX #ECF2AE Australian Mint

📋 copy color: '#ECF2AE'

red 236 ◦ green 242 ◦ blue 174

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

Shades of Australian Mint #ECF2AE

Tints of Australian Mint #ECF2AE

RGB

 RED value IS 236 (92.58% from 255) = 36.2%

 GREEN value IS 242 (94.92% from 255) = 37.12%

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

R = 36.2%
G = 37.12%
B = 26.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#ECF2AE (or 0xECF2AE) is known color: Australian Mint. HEX triplet: EC, F2 and AE. RGB value is (236,242,174). Sum of RGB (Red+Green+Blue) = 236+242+174=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AE is #130D51. Grayscale: #E8E8E8. Windows color (decimal): -1248594 or 11465452. OLE color: 11465452.

HSL color Cylindrical-coordinate representation of color #ECF2AE: hue angle of 65.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECF2AE is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 174 -
CMYK 0.02 0 0.28 0.05
HSL 65.29º 0.72% 0.82% -
HSV(B) 65.29º 0.28% 0.95% -
XYZ 73.98 84.39 52.43 -
YUV 232.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 236 242 174 0.02 0 0.28 0.05 65.29 0.72 0.82
Hex EC F2 AE 2 0 1C 5 41 48 52
Octal 354 362 256 2 0 34 5 101 110 122
Binary 11101100 11110010 10101110 10 0 11100 101 1000001 1001000 1010010

Color Harmonies of #ECF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF2AE

Black with #ECF2AE

Text Example


Text Example

White with #ECF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF2AE; }

 p { color: rgb(236,242,174); }

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

background-color css

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

 a { background-color: rgb(236,242,174); }

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

border-color css

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

 span { border-color: rgb(236,242,174); }

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