Html Css Color HEX #EC715A Terra Cotta

📋 copy color: '#EC715A'

red 236 ◦ green 113 ◦ blue 90

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

Shades of Terra Cotta #EC715A

Tints of Terra Cotta #EC715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 53.76%
G = 25.74%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC715A (or 0xEC715A) is known color: Terra Cotta. HEX triplet: EC, 71 and 5A. RGB value is (236,113,90). Sum of RGB (Red+Green+Blue) = 236+113+90=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC715A is #138EA5. Grayscale: #939393. Windows color (decimal): -1281702 or 5927404. OLE color: 5927404.

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

Color convert

RGB 236 113 90 -
CMYK 0 0.52 0.62 0.07
HSL 9.45º 0.79% 0.64% -
HSV(B) 9.45º 0.62% 0.93% -
XYZ 42.34 30.38 13.31 -
YUV 147.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 236 113 90 0 0.52 0.62 0.07 9.45 0.79 0.64
Hex EC 71 5A 0 34 3E 7 9 4F 40
Octal 354 161 132 0 64 76 7 11 117 100
Binary 11101100 1110001 1011010 0 110100 111110 111 1001 1001111 1000000

Color Harmonies of #EC715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC715A

Black with #EC715A

Text Example


Text Example

White with #EC715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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