Html Css Color HEX #ECA08C Tonys Pink

📋 copy color: '#ECA08C'

red 236 ◦ green 160 ◦ blue 140

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

Shades of Tonys Pink #ECA08C

Tints of Tonys Pink #ECA08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.85%

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

R = 44.03%
G = 29.85%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECA08C (or 0xECA08C) is known color: Tonys Pink. HEX triplet: EC, A0 and 8C. RGB value is (236,160,140). Sum of RGB (Red+Green+Blue) = 236+160+140=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA08C is #135F73. Grayscale: #B4B4B4. Windows color (decimal): -1269620 or 9216236. OLE color: 9216236.

HSL color Cylindrical-coordinate representation of color #ECA08C: hue angle of 12.5º 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 #ECA08C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 140 -
CMYK 0 0.32 0.41 0.07
HSL 12.5º 0.72% 0.74% -
HSV(B) 12.5º 0.41% 0.93% -
XYZ 51.9 44.87 30.74 -
YUV 180.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 236 160 140 0 0.32 0.41 0.07 12.5 0.72 0.74
Hex EC A0 8C 0 20 29 7 C 48 4A
Octal 354 240 214 0 40 51 7 14 110 112
Binary 11101100 10100000 10001100 0 100000 101001 111 1100 1001000 1001010

Color Harmonies of #ECA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA08C

Black with #ECA08C

Text Example


Text Example

White with #ECA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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