Html Css Color HEX #EC6860 Terra Cotta

📋 copy color: '#EC6860'

red 236 ◦ green 104 ◦ blue 96

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

Shades of Terra Cotta #EC6860

Tints of Terra Cotta #EC6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.85%

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

R = 54.13%
G = 23.85%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC6860 (or 0xEC6860) is known color: Terra Cotta. HEX triplet: EC, 68 and 60. RGB value is (236,104,96). Sum of RGB (Red+Green+Blue) = 236+104+96=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6860 is #13979F. Grayscale: #8E8E8E. Windows color (decimal): -1284000 or 6318316. OLE color: 6318316.

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

Color convert

RGB 236 104 96 -
CMYK 0 0.56 0.59 0.07
HSL 3.43º 0.79% 0.65% -
HSV(B) 3.43º 0.59% 0.93% -
XYZ 41.65 28.58 14.39 -
YUV 142.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 236 104 96 0 0.56 0.59 0.07 3.43 0.79 0.65
Hex EC 68 60 0 38 3B 7 3 4F 41
Octal 354 150 140 0 70 73 7 3 117 101
Binary 11101100 1101000 1100000 0 111000 111011 111 11 1001111 1000001

Color Harmonies of #EC6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6860

Black with #EC6860

Text Example


Text Example

White with #EC6860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6860; }

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

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

background-color css

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

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

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

border-color css

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

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

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