Html Css Color HEX #EC745D Terra Cotta

📋 copy color: '#EC745D'

red 236 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #EC745D

Tints of Terra Cotta #EC745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 53.03%
G = 26.07%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC745D (or 0xEC745D) is known color: Terra Cotta. HEX triplet: EC, 74 and 5D. RGB value is (236,116,93). Sum of RGB (Red+Green+Blue) = 236+116+93=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC745D is #138BA2. Grayscale: #959595. Windows color (decimal): -1280931 or 6124780. OLE color: 6124780.

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

Color convert

RGB 236 116 93 -
CMYK 0 0.51 0.61 0.07
HSL 9.65º 0.79% 0.65% -
HSV(B) 9.65º 0.61% 0.93% -
XYZ 42.81 31.11 14.11 -
YUV 149.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 236 116 93 0 0.51 0.61 0.07 9.65 0.79 0.65
Hex EC 74 5D 0 33 3D 7 A 4F 41
Octal 354 164 135 0 63 75 7 12 117 101
Binary 11101100 1110100 1011101 0 110011 111101 111 1010 1001111 1000001

Color Harmonies of #EC745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC745D

Black with #EC745D

Text Example


Text Example

White with #EC745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC745D; }

 p { color: rgb(236,116,93); }

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

background-color css

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

 a { background-color: rgb(236,116,93); }

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

border-color css

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

 span { border-color: rgb(236,116,93); }

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