Html Css Color HEX #EC745F Terra Cotta

📋 copy color: '#EC745F'

red 236 ◦ green 116 ◦ blue 95

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

Shades of Terra Cotta #EC745F

Tints of Terra Cotta #EC745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 52.8%
G = 25.95%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC745F (or 0xEC745F) is known color: Terra Cotta. HEX triplet: EC, 74 and 5F. RGB value is (236,116,95). Sum of RGB (Red+Green+Blue) = 236+116+95=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC745F is #138BA0. Grayscale: #959595. Windows color (decimal): -1280929 or 6255852. OLE color: 6255852.

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

Color convert

RGB 236 116 95 -
CMYK 0 0.51 0.60 0.07
HSL 8.94º 0.79% 0.65% -
HSV(B) 8.94º 0.6% 0.93% -
XYZ 42.9 31.15 14.58 -
YUV 149.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 236 116 95 0 0.51 0.60 0.07 8.94 0.79 0.65
Hex EC 74 5F 0 33 3C 7 9 4F 41
Octal 354 164 137 0 63 74 7 11 117 101
Binary 11101100 1110100 1011111 0 110011 111100 111 1001 1001111 1000001

Color Harmonies of #EC745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC745F

Black with #EC745F

Text Example


Text Example

White with #EC745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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