Html Css Color HEX #EC7E65 Terra Cotta

📋 copy color: '#EC7E65'

red 236 ◦ green 126 ◦ blue 101

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

Shades of Terra Cotta #EC7E65

Tints of Terra Cotta #EC7E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

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

R = 50.97%
G = 27.21%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7E65 (or 0xEC7E65) is known color: Terra Cotta. HEX triplet: EC, 7E and 65. RGB value is (236,126,101). Sum of RGB (Red+Green+Blue) = 236+126+101=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E65 is #13819A. Grayscale: #9C9C9C. Windows color (decimal): -1278363 or 6651628. OLE color: 6651628.

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

Color convert

RGB 236 126 101 -
CMYK 0 0.47 0.57 0.07
HSL 11.11º 0.78% 0.66% -
HSV(B) 11.11º 0.57% 0.93% -
XYZ 44.4 33.69 16.48 -
YUV 156.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 236 126 101 0 0.47 0.57 0.07 11.11 0.78 0.66
Hex EC 7E 65 0 2F 39 7 B 4E 42
Octal 354 176 145 0 57 71 7 13 116 102
Binary 11101100 1111110 1100101 0 101111 111001 111 1011 1001110 1000010

Color Harmonies of #EC7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E65

Black with #EC7E65

Text Example


Text Example

White with #EC7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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