Html Css Color HEX #EC6660 Terra Cotta

📋 copy color: '#EC6660'

red 236 ◦ green 102 ◦ blue 96

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

Shades of Terra Cotta #EC6660

Tints of Terra Cotta #EC6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 54.38%
G = 23.5%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC6660 (or 0xEC6660) is known color: Terra Cotta. HEX triplet: EC, 66 and 60. RGB value is (236,102,96). Sum of RGB (Red+Green+Blue) = 236+102+96=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6660 is #13999F. Grayscale: #8D8D8D. Windows color (decimal): -1284512 or 6317804. OLE color: 6317804.

HSL color Cylindrical-coordinate representation of color #EC6660: hue angle of 2.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6660 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 96 -
CMYK 0 0.57 0.59 0.07
HSL 2.57º 0.79% 0.65% -
HSV(B) 2.57º 0.59% 0.93% -
XYZ 41.45 28.18 14.32 -
YUV 141.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 236 102 96 0 0.57 0.59 0.07 2.57 0.79 0.65
Hex EC 66 60 0 39 3B 7 3 4F 41
Octal 354 146 140 0 71 73 7 3 117 101
Binary 11101100 1100110 1100000 0 111001 111011 111 11 1001111 1000001

Color Harmonies of #EC6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6660

Black with #EC6660

Text Example


Text Example

White with #EC6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6660; }

 p { color: rgb(236,102,96); }

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

background-color css

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

 a { background-color: rgb(236,102,96); }

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

border-color css

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

 span { border-color: rgb(236,102,96); }

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