Html Css Color HEX #ECAA8C Tonys Pink

📋 copy color: '#ECAA8C'

red 236 ◦ green 170 ◦ blue 140

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

Shades of Tonys Pink #ECAA8C

Tints of Tonys Pink #ECAA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

 BLUE value IS 140 (55.08% from 255) = 25.64%

R = 43.22%
G = 31.14%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECAA8C (or 0xECAA8C) is known color: Tonys Pink. HEX triplet: EC, AA and 8C. RGB value is (236,170,140). Sum of RGB (Red+Green+Blue) = 236+170+140=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA8C is #135573. Grayscale: #BABABA. Windows color (decimal): -1267060 or 9218796. OLE color: 9218796.

HSL color Cylindrical-coordinate representation of color #ECAA8C: hue angle of 18.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECAA8C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 140 -
CMYK 0 0.28 0.41 0.07
HSL 18.75º 0.72% 0.74% -
HSV(B) 18.75º 0.41% 0.93% -
XYZ 53.7 48.48 31.34 -
YUV 186.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 236 170 140 0 0.28 0.41 0.07 18.75 0.72 0.74
Hex EC AA 8C 0 1C 29 7 13 48 4A
Octal 354 252 214 0 34 51 7 23 110 112
Binary 11101100 10101010 10001100 0 11100 101001 111 10011 1001000 1001010

Color Harmonies of #ECAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA8C

Black with #ECAA8C

Text Example


Text Example

White with #ECAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA8C; }

 p { color: rgb(236,170,140); }

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

background-color css

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

 a { background-color: rgb(236,170,140); }

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

border-color css

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

 span { border-color: rgb(236,170,140); }

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