Html Css Color HEX #EC6864 Terra Cotta

📋 copy color: '#EC6864'

red 236 ◦ green 104 ◦ blue 100

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

Shades of Terra Cotta #EC6864

Tints of Terra Cotta #EC6864

RGB

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

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

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

R = 53.64%
G = 23.64%
B = 22.73%

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

#EC6864 (or 0xEC6864) is known color: Terra Cotta. HEX triplet: EC, 68 and 64. RGB value is (236,104,100). Sum of RGB (Red+Green+Blue) = 236+104+100=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6864 is #13979B. Grayscale: #8F8F8F. Windows color (decimal): -1283996 or 6580460. OLE color: 6580460.

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

Color convert

RGB 236 104 100 -
CMYK 0 0.56 0.58 0.07
HSL 1.76º 0.78% 0.66% -
HSV(B) 1.76º 0.58% 0.93% -
XYZ 41.84 28.65 15.38 -
YUV 143.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 236 104 100 0 0.56 0.58 0.07 1.76 0.78 0.66
Hex EC 68 64 0 38 3A 7 2 4E 42
Octal 354 150 144 0 70 72 7 2 116 102
Binary 11101100 1101000 1100100 0 111000 111010 111 10 1001110 1000010

Color Harmonies of #EC6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6864

Black with #EC6864

Text Example


Text Example

White with #EC6864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6864; }

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

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

background-color css

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

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

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

border-color css

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

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

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