Html Css Color HEX #EC6B65 Terra Cotta

📋 copy color: '#EC6B65'

red 236 ◦ green 107 ◦ blue 101

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

Shades of Terra Cotta #EC6B65

Tints of Terra Cotta #EC6B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.1%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 53.15%
G = 24.1%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC6B65 (or 0xEC6B65) is known color: Terra Cotta. HEX triplet: EC, 6B and 65. RGB value is (236,107,101). Sum of RGB (Red+Green+Blue) = 236+107+101=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B65 is #13949A. Grayscale: #919191. Windows color (decimal): -1283227 or 6646764. OLE color: 6646764.

HSL color Cylindrical-coordinate representation of color #EC6B65: hue angle of 2.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6B65 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 107 101 -
CMYK 0 0.55 0.57 0.07
HSL 2.67º 0.78% 0.66% -
HSV(B) 2.67º 0.57% 0.93% -
XYZ 42.2 29.29 15.74 -
YUV 144.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 236 107 101 0 0.55 0.57 0.07 2.67 0.78 0.66
Hex EC 6B 65 0 37 39 7 3 4E 42
Octal 354 153 145 0 67 71 7 3 116 102
Binary 11101100 1101011 1100101 0 110111 111001 111 11 1001110 1000010

Color Harmonies of #EC6B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B65

Black with #EC6B65

Text Example


Text Example

White with #EC6B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B65; }

 p { color: rgb(236,107,101); }

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

background-color css

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

 a { background-color: rgb(236,107,101); }

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

border-color css

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

 span { border-color: rgb(236,107,101); }

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