Html Css Color HEX #EC715E Terra Cotta

📋 copy color: '#EC715E'

red 236 ◦ green 113 ◦ blue 94

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

Shades of Terra Cotta #EC715E

Tints of Terra Cotta #EC715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.22%

R = 53.27%
G = 25.51%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC715E (or 0xEC715E) is known color: Terra Cotta. HEX triplet: EC, 71 and 5E. RGB value is (236,113,94). Sum of RGB (Red+Green+Blue) = 236+113+94=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC715E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC715E is #138EA1. Grayscale: #939393. Windows color (decimal): -1281698 or 6189548. OLE color: 6189548.

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

Color convert

RGB 236 113 94 -
CMYK 0 0.52 0.60 0.07
HSL 8.03º 0.79% 0.65% -
HSV(B) 8.03º 0.6% 0.93% -
XYZ 42.52 30.45 14.23 -
YUV 147.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 236 113 94 0 0.52 0.60 0.07 8.03 0.79 0.65
Hex EC 71 5E 0 34 3C 7 8 4F 41
Octal 354 161 136 0 64 74 7 10 117 101
Binary 11101100 1110001 1011110 0 110100 111100 111 1000 1001111 1000001

Color Harmonies of #EC715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC715E

Black with #EC715E

Text Example


Text Example

White with #EC715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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