Html Css Color HEX #EC7266 Terra Cotta

📋 copy color: '#EC7266'

red 236 ◦ green 114 ◦ blue 102

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

Shades of Terra Cotta #EC7266

Tints of Terra Cotta #EC7266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 52.21%
G = 25.22%
B = 22.57%

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

#EC7266 (or 0xEC7266) is known color: Terra Cotta. HEX triplet: EC, 72 and 66. RGB value is (236,114,102). Sum of RGB (Red+Green+Blue) = 236+114+102=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7266 is #138D99. Grayscale: #959595. Windows color (decimal): -1281434 or 6714092. OLE color: 6714092.

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

Color convert

RGB 236 114 102 -
CMYK 0 0.52 0.57 0.07
HSL 5.37º 0.78% 0.66% -
HSV(B) 5.37º 0.57% 0.93% -
XYZ 43.01 30.83 16.25 -
YUV 149.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 236 114 102 0 0.52 0.57 0.07 5.37 0.78 0.66
Hex EC 72 66 0 34 39 7 5 4E 42
Octal 354 162 146 0 64 71 7 5 116 102
Binary 11101100 1110010 1100110 0 110100 111001 111 101 1001110 1000010

Color Harmonies of #EC7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7266

Black with #EC7266

Text Example


Text Example

White with #EC7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7266; }

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

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

background-color css

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

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

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

border-color css

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

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

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