Html Css Color HEX #EC705E Terra Cotta

📋 copy color: '#EC705E'

red 236 ◦ green 112 ◦ blue 94

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

Shades of Terra Cotta #EC705E

Tints of Terra Cotta #EC705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 53.39%
G = 25.34%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC705E (or 0xEC705E) is known color: Terra Cotta. HEX triplet: EC, 70 and 5E. RGB value is (236,112,94). Sum of RGB (Red+Green+Blue) = 236+112+94=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC705E is #138FA1. Grayscale: #939393. Windows color (decimal): -1281954 or 6189292. OLE color: 6189292.

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

Color convert

RGB 236 112 94 -
CMYK 0 0.53 0.60 0.07
HSL 7.61º 0.79% 0.65% -
HSV(B) 7.61º 0.6% 0.93% -
XYZ 42.41 30.23 14.19 -
YUV 147.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 236 112 94 0 0.53 0.60 0.07 7.61 0.79 0.65
Hex EC 70 5E 0 35 3C 7 8 4F 41
Octal 354 160 136 0 65 74 7 10 117 101
Binary 11101100 1110000 1011110 0 110101 111100 111 1000 1001111 1000001

Color Harmonies of #EC705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC705E

Black with #EC705E

Text Example


Text Example

White with #EC705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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