Html Css Color HEX #EC6F65 Terra Cotta

📋 copy color: '#EC6F65'

red 236 ◦ green 111 ◦ blue 101

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

Shades of Terra Cotta #EC6F65

Tints of Terra Cotta #EC6F65

RGB

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

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

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

R = 52.68%
G = 24.78%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC6F65 (or 0xEC6F65) is known color: Terra Cotta. HEX triplet: EC, 6F and 65. RGB value is (236,111,101). Sum of RGB (Red+Green+Blue) = 236+111+101=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F65 is #13909A. Grayscale: #939393. Windows color (decimal): -1282203 or 6647788. OLE color: 6647788.

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

Color convert

RGB 236 111 101 -
CMYK 0 0.53 0.57 0.07
HSL 4.44º 0.78% 0.66% -
HSV(B) 4.44º 0.57% 0.93% -
XYZ 42.63 30.14 15.88 -
YUV 147.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 236 111 101 0 0.53 0.57 0.07 4.44 0.78 0.66
Hex EC 6F 65 0 35 39 7 4 4E 42
Octal 354 157 145 0 65 71 7 4 116 102
Binary 11101100 1101111 1100101 0 110101 111001 111 100 1001110 1000010

Color Harmonies of #EC6F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F65

Black with #EC6F65

Text Example


Text Example

White with #EC6F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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