Html Css Color HEX #EC7365 Terra Cotta

📋 copy color: '#EC7365'

red 236 ◦ green 115 ◦ blue 101

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

Shades of Terra Cotta #EC7365

Tints of Terra Cotta #EC7365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 52.21%
G = 25.44%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7365 (or 0xEC7365) is known color: Terra Cotta. HEX triplet: EC, 73 and 65. RGB value is (236,115,101). Sum of RGB (Red+Green+Blue) = 236+115+101=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7365 is #138C9A. Grayscale: #959595. Windows color (decimal): -1281179 or 6648812. OLE color: 6648812.

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

Color convert

RGB 236 115 101 -
CMYK 0 0.51 0.57 0.07
HSL 6.22º 0.78% 0.66% -
HSV(B) 6.22º 0.57% 0.93% -
XYZ 43.07 31.03 16.03 -
YUV 149.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 236 115 101 0 0.51 0.57 0.07 6.22 0.78 0.66
Hex EC 73 65 0 33 39 7 6 4E 42
Octal 354 163 145 0 63 71 7 6 116 102
Binary 11101100 1110011 1100101 0 110011 111001 111 110 1001110 1000010

Color Harmonies of #EC7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7365

Black with #EC7365

Text Example


Text Example

White with #EC7365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7365; }

 p { color: rgb(236,115,101); }

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

background-color css

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

 a { background-color: rgb(236,115,101); }

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

border-color css

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

 span { border-color: rgb(236,115,101); }

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