Html Css Color HEX #EC6C64 Terra Cotta

📋 copy color: '#EC6C64'

red 236 ◦ green 108 ◦ blue 100

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

Shades of Terra Cotta #EC6C64

Tints of Terra Cotta #EC6C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.32%

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

R = 53.15%
G = 24.32%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC6C64 (or 0xEC6C64) is known color: Terra Cotta. HEX triplet: EC, 6C and 64. RGB value is (236,108,100). Sum of RGB (Red+Green+Blue) = 236+108+100=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C64 is #13939B. Grayscale: #919191. Windows color (decimal): -1282972 or 6581484. OLE color: 6581484.

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

Color convert

RGB 236 108 100 -
CMYK 0 0.54 0.58 0.07
HSL 3.53º 0.78% 0.66% -
HSV(B) 3.53º 0.58% 0.93% -
XYZ 42.25 29.48 15.52 -
YUV 145.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 236 108 100 0 0.54 0.58 0.07 3.53 0.78 0.66
Hex EC 6C 64 0 36 3A 7 4 4E 42
Octal 354 154 144 0 66 72 7 4 116 102
Binary 11101100 1101100 1100100 0 110110 111010 111 100 1001110 1000010

Color Harmonies of #EC6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C64

Black with #EC6C64

Text Example


Text Example

White with #EC6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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