Html Css Color HEX #EC705B Terra Cotta

📋 copy color: '#EC705B'

red 236 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #EC705B

Tints of Terra Cotta #EC705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 53.76%
G = 25.51%
B = 20.73%

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

#EC705B (or 0xEC705B) is known color: Terra Cotta. HEX triplet: EC, 70 and 5B. RGB value is (236,112,91). Sum of RGB (Red+Green+Blue) = 236+112+91=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC705B is #138FA4. Grayscale: #929292. Windows color (decimal): -1281957 or 5992684. OLE color: 5992684.

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

Color convert

RGB 236 112 91 -
CMYK 0 0.53 0.61 0.07
HSL 8.69º 0.79% 0.64% -
HSV(B) 8.69º 0.61% 0.93% -
XYZ 42.27 30.18 13.49 -
YUV 146.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 236 112 91 0 0.53 0.61 0.07 8.69 0.79 0.64
Hex EC 70 5B 0 35 3D 7 9 4F 40
Octal 354 160 133 0 65 75 7 11 117 100
Binary 11101100 1110000 1011011 0 110101 111101 111 1001 1001111 1000000

Color Harmonies of #EC705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC705B

Black with #EC705B

Text Example


Text Example

White with #EC705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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