Html Css Color HEX #EC7265 Terra Cotta

📋 copy color: '#EC7265'

red 236 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #EC7265

Tints of Terra Cotta #EC7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 52.33%
G = 25.28%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7265 (or 0xEC7265) is known color: Terra Cotta. HEX triplet: EC, 72 and 65. RGB value is (236,114,101). Sum of RGB (Red+Green+Blue) = 236+114+101=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7265 is #138D9A. Grayscale: #959595. Windows color (decimal): -1281435 or 6648556. OLE color: 6648556.

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

Color convert

RGB 236 114 101 -
CMYK 0 0.52 0.57 0.07
HSL 5.78º 0.78% 0.66% -
HSV(B) 5.78º 0.57% 0.93% -
XYZ 42.96 30.81 15.99 -
YUV 149 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 236 114 101 0 0.52 0.57 0.07 5.78 0.78 0.66
Hex EC 72 65 0 34 39 7 6 4E 42
Octal 354 162 145 0 64 71 7 6 116 102
Binary 11101100 1110010 1100101 0 110100 111001 111 110 1001110 1000010

Color Harmonies of #EC7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7265

Black with #EC7265

Text Example


Text Example

White with #EC7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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