Html Css Color HEX #EC7360 Terra Cotta

📋 copy color: '#EC7360'

red 236 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #EC7360

Tints of Terra Cotta #EC7360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 52.8%
G = 25.73%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC7360 (or 0xEC7360) is known color: Terra Cotta. HEX triplet: EC, 73 and 60. RGB value is (236,115,96). Sum of RGB (Red+Green+Blue) = 236+115+96=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7360 is #138C9F. Grayscale: #959595. Windows color (decimal): -1281184 or 6321132. OLE color: 6321132.

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

Color convert

RGB 236 115 96 -
CMYK 0 0.51 0.59 0.07
HSL 8.14º 0.79% 0.65% -
HSV(B) 8.14º 0.59% 0.93% -
XYZ 42.83 30.94 14.78 -
YUV 149.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 236 115 96 0 0.51 0.59 0.07 8.14 0.79 0.65
Hex EC 73 60 0 33 3B 7 8 4F 41
Octal 354 163 140 0 63 73 7 10 117 101
Binary 11101100 1110011 1100000 0 110011 111011 111 1000 1001111 1000001

Color Harmonies of #EC7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7360

Black with #EC7360

Text Example


Text Example

White with #EC7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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