Html Css Color HEX #EC7162 Terra Cotta

📋 copy color: '#EC7162'

red 236 ◦ green 113 ◦ blue 98

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

Shades of Terra Cotta #EC7162

Tints of Terra Cotta #EC7162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 52.8%
G = 25.28%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7162 (or 0xEC7162) is known color: Terra Cotta. HEX triplet: EC, 71 and 62. RGB value is (236,113,98). Sum of RGB (Red+Green+Blue) = 236+113+98=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7162 is #138E9D. Grayscale: #949494. Windows color (decimal): -1281694 or 6451692. OLE color: 6451692.

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

Color convert

RGB 236 113 98 -
CMYK 0 0.52 0.58 0.07
HSL 6.52º 0.78% 0.65% -
HSV(B) 6.52º 0.58% 0.93% -
XYZ 42.7 30.52 15.2 -
YUV 148.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 236 113 98 0 0.52 0.58 0.07 6.52 0.78 0.65
Hex EC 71 62 0 34 3A 7 7 4E 41
Octal 354 161 142 0 64 72 7 7 116 101
Binary 11101100 1110001 1100010 0 110100 111010 111 111 1001110 1000001

Color Harmonies of #EC7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7162

Black with #EC7162

Text Example


Text Example

White with #EC7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7162; }

 p { color: rgb(236,113,98); }

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

background-color css

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

 a { background-color: rgb(236,113,98); }

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

border-color css

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

 span { border-color: rgb(236,113,98); }

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