Html Css Color HEX #ECA68C Tonys Pink

📋 copy color: '#ECA68C'

red 236 ◦ green 166 ◦ blue 140

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

Shades of Tonys Pink #ECA68C

Tints of Tonys Pink #ECA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

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

R = 43.54%
G = 30.63%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECA68C (or 0xECA68C) is known color: Tonys Pink. HEX triplet: EC, A6 and 8C. RGB value is (236,166,140). Sum of RGB (Red+Green+Blue) = 236+166+140=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA68C is #135973. Grayscale: #B8B8B8. Windows color (decimal): -1268084 or 9217772. OLE color: 9217772.

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

Color convert

RGB 236 166 140 -
CMYK 0 0.30 0.41 0.07
HSL 16.25º 0.72% 0.74% -
HSV(B) 16.25º 0.41% 0.93% -
XYZ 52.96 47 31.09 -
YUV 183.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 236 166 140 0 0.30 0.41 0.07 16.25 0.72 0.74
Hex EC A6 8C 0 1E 29 7 10 48 4A
Octal 354 246 214 0 36 51 7 20 110 112
Binary 11101100 10100110 10001100 0 11110 101001 111 10000 1001000 1001010

Color Harmonies of #ECA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA68C

Black with #ECA68C

Text Example


Text Example

White with #ECA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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