Html Css Color HEX #EC6F5C Terra Cotta

📋 copy color: '#EC6F5C'

red 236 ◦ green 111 ◦ blue 92

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

Shades of Terra Cotta #EC6F5C

Tints of Terra Cotta #EC6F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 53.76%
G = 25.28%
B = 20.96%

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

#EC6F5C (or 0xEC6F5C) is known color: Terra Cotta. HEX triplet: EC, 6F and 5C. RGB value is (236,111,92). Sum of RGB (Red+Green+Blue) = 236+111+92=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F5C is #1390A3. Grayscale: #929292. Windows color (decimal): -1282212 or 6057964. OLE color: 6057964.

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

Color convert

RGB 236 111 92 -
CMYK 0 0.53 0.61 0.07
HSL 7.92º 0.79% 0.64% -
HSV(B) 7.92º 0.61% 0.93% -
XYZ 42.21 29.97 13.69 -
YUV 146.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 236 111 92 0 0.53 0.61 0.07 7.92 0.79 0.64
Hex EC 6F 5C 0 35 3D 7 8 4F 40
Octal 354 157 134 0 65 75 7 10 117 100
Binary 11101100 1101111 1011100 0 110101 111101 111 1000 1001111 1000000

Color Harmonies of #EC6F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F5C

Black with #EC6F5C

Text Example


Text Example

White with #EC6F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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