Html Css Color HEX #EC7666 Terra Cotta

📋 copy color: '#EC7666'

red 236 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #EC7666

Tints of Terra Cotta #EC7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

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

R = 51.75%
G = 25.88%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7666 (or 0xEC7666) is known color: Terra Cotta. HEX triplet: EC, 76 and 66. RGB value is (236,118,102). Sum of RGB (Red+Green+Blue) = 236+118+102=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7666 is #138999. Grayscale: #979797. Windows color (decimal): -1280410 or 6715116. OLE color: 6715116.

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

Color convert

RGB 236 118 102 -
CMYK 0 0.5 0.57 0.07
HSL 7.16º 0.78% 0.66% -
HSV(B) 7.16º 0.57% 0.93% -
XYZ 43.47 31.75 16.41 -
YUV 151.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 236 118 102 0 0.5 0.57 0.07 7.16 0.78 0.66
Hex EC 76 66 0 32 39 7 7 4E 42
Octal 354 166 146 0 62 71 7 7 116 102
Binary 11101100 1110110 1100110 0 110010 111001 111 111 1001110 1000010

Color Harmonies of #EC7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7666

Black with #EC7666

Text Example


Text Example

White with #EC7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7666; }

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

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

background-color css

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

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

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

border-color css

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

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

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