Html Css Color HEX #EC6F5D Terra Cotta

📋 copy color: '#EC6F5D'

red 236 ◦ green 111 ◦ blue 93

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

Shades of Terra Cotta #EC6F5D

Tints of Terra Cotta #EC6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 53.64%
G = 25.23%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC6F5D (or 0xEC6F5D) is known color: Terra Cotta. HEX triplet: EC, 6F and 5D. RGB value is (236,111,93). Sum of RGB (Red+Green+Blue) = 236+111+93=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F5D is #1390A2. Grayscale: #929292. Windows color (decimal): -1282211 or 6123500. OLE color: 6123500.

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

Color convert

RGB 236 111 93 -
CMYK 0 0.53 0.61 0.07
HSL 7.55º 0.79% 0.65% -
HSV(B) 7.55º 0.61% 0.93% -
XYZ 42.25 29.99 13.92 -
YUV 146.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 236 111 93 0 0.53 0.61 0.07 7.55 0.79 0.65
Hex EC 6F 5D 0 35 3D 7 8 4F 41
Octal 354 157 135 0 65 75 7 10 117 101
Binary 11101100 1101111 1011101 0 110101 111101 111 1000 1001111 1000001

Color Harmonies of #EC6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F5D

Black with #EC6F5D

Text Example


Text Example

White with #EC6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F5D; }

 p { color: rgb(236,111,93); }

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

background-color css

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

 a { background-color: rgb(236,111,93); }

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

border-color css

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

 span { border-color: rgb(236,111,93); }

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