Html Css Color HEX #EC7062 Terra Cotta

📋 copy color: '#EC7062'

red 236 ◦ green 112 ◦ blue 98

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

Shades of Terra Cotta #EC7062

Tints of Terra Cotta #EC7062

RGB

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

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

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

R = 52.91%
G = 25.11%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC7062 (or 0xEC7062) is known color: Terra Cotta. HEX triplet: EC, 70 and 62. RGB value is (236,112,98). Sum of RGB (Red+Green+Blue) = 236+112+98=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7062 is #138F9D. Grayscale: #939393. Windows color (decimal): -1281950 or 6451436. OLE color: 6451436.

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

Color convert

RGB 236 112 98 -
CMYK 0 0.53 0.58 0.07
HSL 6.09º 0.78% 0.65% -
HSV(B) 6.09º 0.58% 0.93% -
XYZ 42.59 30.3 15.16 -
YUV 147.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 236 112 98 0 0.53 0.58 0.07 6.09 0.78 0.65
Hex EC 70 62 0 35 3A 7 6 4E 41
Octal 354 160 142 0 65 72 7 6 116 101
Binary 11101100 1110000 1100010 0 110101 111010 111 110 1001110 1000001

Color Harmonies of #EC7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7062

Black with #EC7062

Text Example


Text Example

White with #EC7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7062; }

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

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

background-color css

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

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

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

border-color css

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

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

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