Html Css Color HEX #EC7A65 Terra Cotta

📋 copy color: '#EC7A65'

red 236 ◦ green 122 ◦ blue 101

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

Shades of Terra Cotta #EC7A65

Tints of Terra Cotta #EC7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.58%

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

R = 51.42%
G = 26.58%
B = 22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7A65 (or 0xEC7A65) is known color: Terra Cotta. HEX triplet: EC, 7A and 65. RGB value is (236,122,101). Sum of RGB (Red+Green+Blue) = 236+122+101=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A65 is #13859A. Grayscale: #999999. Windows color (decimal): -1279387 or 6650604. OLE color: 6650604.

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

Color convert

RGB 236 122 101 -
CMYK 0 0.48 0.57 0.07
HSL 9.33º 0.78% 0.66% -
HSV(B) 9.33º 0.57% 0.93% -
XYZ 43.9 32.69 16.31 -
YUV 153.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 236 122 101 0 0.48 0.57 0.07 9.33 0.78 0.66
Hex EC 7A 65 0 30 39 7 9 4E 42
Octal 354 172 145 0 60 71 7 11 116 102
Binary 11101100 1111010 1100101 0 110000 111001 111 1001 1001110 1000010

Color Harmonies of #EC7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A65

Black with #EC7A65

Text Example


Text Example

White with #EC7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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