Html Css Color HEX #EC6964 Terra Cotta

📋 copy color: '#EC6964'

red 236 ◦ green 105 ◦ blue 100

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

Shades of Terra Cotta #EC6964

Tints of Terra Cotta #EC6964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 53.51%
G = 23.81%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC6964 (or 0xEC6964) is known color: Terra Cotta. HEX triplet: EC, 69 and 64. RGB value is (236,105,100). Sum of RGB (Red+Green+Blue) = 236+105+100=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6964 is #13969B. Grayscale: #8F8F8F. Windows color (decimal): -1283740 or 6580716. OLE color: 6580716.

HSL color Cylindrical-coordinate representation of color #EC6964: hue angle of 2.21º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6964 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 100 -
CMYK 0 0.56 0.58 0.07
HSL 2.21º 0.78% 0.66% -
HSV(B) 2.21º 0.58% 0.93% -
XYZ 41.94 28.86 15.42 -
YUV 143.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 236 105 100 0 0.56 0.58 0.07 2.21 0.78 0.66
Hex EC 69 64 0 38 3A 7 2 4E 42
Octal 354 151 144 0 70 72 7 2 116 102
Binary 11101100 1101001 1100100 0 111000 111010 111 10 1001110 1000010

Color Harmonies of #EC6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6964

Black with #EC6964

Text Example


Text Example

White with #EC6964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6964; }

 p { color: rgb(236,105,100); }

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

background-color css

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

 a { background-color: rgb(236,105,100); }

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

border-color css

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

 span { border-color: rgb(236,105,100); }

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