Html Css Color HEX #EC7566 Terra Cotta

📋 copy color: '#EC7566'

red 236 ◦ green 117 ◦ blue 102

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

Shades of Terra Cotta #EC7566

Tints of Terra Cotta #EC7566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 51.87%
G = 25.71%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC7566 (or 0xEC7566) is known color: Terra Cotta. HEX triplet: EC, 75 and 66. RGB value is (236,117,102). Sum of RGB (Red+Green+Blue) = 236+117+102=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7566 is #138A99. Grayscale: #979797. Windows color (decimal): -1280666 or 6714860. OLE color: 6714860.

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

Color convert

RGB 236 117 102 -
CMYK 0 0.50 0.57 0.07
HSL 6.72º 0.78% 0.66% -
HSV(B) 6.72º 0.57% 0.93% -
XYZ 43.35 31.51 16.37 -
YUV 150.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 236 117 102 0 0.50 0.57 0.07 6.72 0.78 0.66
Hex EC 75 66 0 32 39 7 7 4E 42
Octal 354 165 146 0 62 71 7 7 116 102
Binary 11101100 1110101 1100110 0 110010 111001 111 111 1001110 1000010

Color Harmonies of #EC7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7566

Black with #EC7566

Text Example


Text Example

White with #EC7566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7566; }

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

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

background-color css

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

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

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

border-color css

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

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

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