Html Css Color HEX #EC7059 Terra Cotta

📋 copy color: '#EC7059'

red 236 ◦ green 112 ◦ blue 89

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

Shades of Terra Cotta #EC7059

Tints of Terra Cotta #EC7059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 89 (35.16% from 255) = 20.37%

R = 54%
G = 25.63%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC7059 (or 0xEC7059) is known color: Terra Cotta. HEX triplet: EC, 70 and 59. RGB value is (236,112,89). Sum of RGB (Red+Green+Blue) = 236+112+89=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7059 is #138FA6. Grayscale: #929292. Windows color (decimal): -1281959 or 5861612. OLE color: 5861612.

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

Color convert

RGB 236 112 89 -
CMYK 0 0.53 0.62 0.07
HSL 9.39º 0.79% 0.64% -
HSV(B) 9.39º 0.62% 0.93% -
XYZ 42.19 30.14 13.05 -
YUV 146.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 236 112 89 0 0.53 0.62 0.07 9.39 0.79 0.64
Hex EC 70 59 0 35 3E 7 9 4F 40
Octal 354 160 131 0 65 76 7 11 117 100
Binary 11101100 1110000 1011001 0 110101 111110 111 1001 1001111 1000000

Color Harmonies of #EC7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7059

Black with #EC7059

Text Example


Text Example

White with #EC7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7059; }

 p { color: rgb(236,112,89); }

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

background-color css

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

 a { background-color: rgb(236,112,89); }

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

border-color css

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

 span { border-color: rgb(236,112,89); }

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