Html Css Color HEX #EC705C Terra Cotta

📋 copy color: '#EC705C'

red 236 ◦ green 112 ◦ blue 92

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

Shades of Terra Cotta #EC705C

Tints of Terra Cotta #EC705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 53.64%
G = 25.45%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC705C (or 0xEC705C) is known color: Terra Cotta. HEX triplet: EC, 70 and 5C. RGB value is (236,112,92). Sum of RGB (Red+Green+Blue) = 236+112+92=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC705C is #138FA3. Grayscale: #939393. Windows color (decimal): -1281956 or 6058220. OLE color: 6058220.

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

Color convert

RGB 236 112 92 -
CMYK 0 0.53 0.61 0.07
HSL 8.33º 0.79% 0.64% -
HSV(B) 8.33º 0.61% 0.93% -
XYZ 42.32 30.19 13.72 -
YUV 146.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 236 112 92 0 0.53 0.61 0.07 8.33 0.79 0.64
Hex EC 70 5C 0 35 3D 7 8 4F 40
Octal 354 160 134 0 65 75 7 10 117 100
Binary 11101100 1110000 1011100 0 110101 111101 111 1000 1001111 1000000

Color Harmonies of #EC705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC705C

Black with #EC705C

Text Example


Text Example

White with #EC705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC705C; }

 p { color: rgb(236,112,92); }

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

background-color css

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

 a { background-color: rgb(236,112,92); }

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

border-color css

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

 span { border-color: rgb(236,112,92); }

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