Html Css Color HEX #EC7460 Terra Cotta

📋 copy color: '#EC7460'

red 236 ◦ green 116 ◦ blue 96

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

Shades of Terra Cotta #EC7460

Tints of Terra Cotta #EC7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 52.68%
G = 25.89%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC7460 (or 0xEC7460) is known color: Terra Cotta. HEX triplet: EC, 74 and 60. RGB value is (236,116,96). Sum of RGB (Red+Green+Blue) = 236+116+96=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7460 is #138B9F. Grayscale: #959595. Windows color (decimal): -1280928 or 6321388. OLE color: 6321388.

HSL color Cylindrical-coordinate representation of color #EC7460: hue angle of 8.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC7460 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 96 -
CMYK 0 0.51 0.59 0.07
HSL 8.57º 0.79% 0.65% -
HSV(B) 8.57º 0.59% 0.93% -
XYZ 42.95 31.17 14.82 -
YUV 149.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 236 116 96 0 0.51 0.59 0.07 8.57 0.79 0.65
Hex EC 74 60 0 33 3B 7 9 4F 41
Octal 354 164 140 0 63 73 7 11 117 101
Binary 11101100 1110100 1100000 0 110011 111011 111 1001 1001111 1000001

Color Harmonies of #EC7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7460

Black with #EC7460

Text Example


Text Example

White with #EC7460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7460; }

 p { color: rgb(236,116,96); }

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

background-color css

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

 a { background-color: rgb(236,116,96); }

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

border-color css

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

 span { border-color: rgb(236,116,96); }

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