Html Css Color HEX #EC7366 Terra Cotta

📋 copy color: '#EC7366'

red 236 ◦ green 115 ◦ blue 102

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

Shades of Terra Cotta #EC7366

Tints of Terra Cotta #EC7366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 52.1%
G = 25.39%
B = 22.52%

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

#EC7366 (or 0xEC7366) is known color: Terra Cotta. HEX triplet: EC, 73 and 66. RGB value is (236,115,102). Sum of RGB (Red+Green+Blue) = 236+115+102=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7366 is #138C99. Grayscale: #959595. Windows color (decimal): -1281178 or 6714348. OLE color: 6714348.

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

Color convert

RGB 236 115 102 -
CMYK 0 0.51 0.57 0.07
HSL 5.82º 0.78% 0.66% -
HSV(B) 5.82º 0.57% 0.93% -
XYZ 43.12 31.05 16.29 -
YUV 149.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 236 115 102 0 0.51 0.57 0.07 5.82 0.78 0.66
Hex EC 73 66 0 33 39 7 6 4E 42
Octal 354 163 146 0 63 71 7 6 116 102
Binary 11101100 1110011 1100110 0 110011 111001 111 110 1001110 1000010

Color Harmonies of #EC7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7366

Black with #EC7366

Text Example


Text Example

White with #EC7366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7366; }

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

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

background-color css

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

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

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

border-color css

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

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

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