Html Css Color HEX #EC7865 Terra Cotta

📋 copy color: '#EC7865'

red 236 ◦ green 120 ◦ blue 101

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

Shades of Terra Cotta #EC7865

Tints of Terra Cotta #EC7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.26%

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

R = 51.64%
G = 26.26%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7865 (or 0xEC7865) is known color: Terra Cotta. HEX triplet: EC, 78 and 65. RGB value is (236,120,101). Sum of RGB (Red+Green+Blue) = 236+120+101=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7865 is #13879A. Grayscale: #989898. Windows color (decimal): -1279899 or 6650092. OLE color: 6650092.

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

Color convert

RGB 236 120 101 -
CMYK 0 0.49 0.57 0.07
HSL 8.44º 0.78% 0.66% -
HSV(B) 8.44º 0.57% 0.93% -
XYZ 43.66 32.21 16.23 -
YUV 152.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 236 120 101 0 0.49 0.57 0.07 8.44 0.78 0.66
Hex EC 78 65 0 31 39 7 8 4E 42
Octal 354 170 145 0 61 71 7 10 116 102
Binary 11101100 1111000 1100101 0 110001 111001 111 1000 1001110 1000010

Color Harmonies of #EC7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7865

Black with #EC7865

Text Example


Text Example

White with #EC7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7865; }

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

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

background-color css

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

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

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

border-color css

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

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

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