Html Css Color HEX #EC6C5C Terra Cotta

📋 copy color: '#EC6C5C'

red 236 ◦ green 108 ◦ blue 92

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

Shades of Terra Cotta #EC6C5C

Tints of Terra Cotta #EC6C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 54.13%
G = 24.77%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC6C5C (or 0xEC6C5C) is known color: Terra Cotta. HEX triplet: EC, 6C and 5C. RGB value is (236,108,92). Sum of RGB (Red+Green+Blue) = 236+108+92=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C5C is #1393A3. Grayscale: #909090. Windows color (decimal): -1282980 or 6057196. OLE color: 6057196.

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

Color convert

RGB 236 108 92 -
CMYK 0 0.54 0.61 0.07
HSL 6.67º 0.79% 0.64% -
HSV(B) 6.67º 0.61% 0.93% -
XYZ 41.89 29.33 13.58 -
YUV 144.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 236 108 92 0 0.54 0.61 0.07 6.67 0.79 0.64
Hex EC 6C 5C 0 36 3D 7 7 4F 40
Octal 354 154 134 0 66 75 7 7 117 100
Binary 11101100 1101100 1011100 0 110110 111101 111 111 1001111 1000000

Color Harmonies of #EC6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C5C

Black with #EC6C5C

Text Example


Text Example

White with #EC6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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