Html Css Color HEX #E16C60 Terra Cotta

📋 copy color: '#E16C60'

red 225 ◦ green 108 ◦ blue 96

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

Shades of Terra Cotta #E16C60

Tints of Terra Cotta #E16C60

RGB

 RED value IS 225 (88.28% from 255) = 52.45%

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 52.45%
G = 25.17%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E16C60 (or 0xE16C60) is known color: Terra Cotta. HEX triplet: E1, 6C and 60. RGB value is (225,108,96). Sum of RGB (Red+Green+Blue) = 225+108+96=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C60 is #1E939F. Grayscale: #8D8D8D. Windows color (decimal): -2003872 or 6319329. OLE color: 6319329.

HSL color Cylindrical-coordinate representation of color #E16C60: hue angle of 5.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16C60 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 108 96 -
CMYK 0 0.52 0.57 0.12
HSL 5.58º 0.68% 0.63% -
HSV(B) 5.58º 0.57% 0.88% -
XYZ 38.53 27.58 14.36 -
YUV 141.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 225 108 96 0 0.52 0.57 0.12 5.58 0.68 0.63
Hex E1 6C 60 0 34 39 C 6 44 3F
Octal 341 154 140 0 64 71 14 6 104 77
Binary 11100001 1101100 1100000 0 110100 111001 1100 110 1000100 111111

Color Harmonies of #E16C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C60

Black with #E16C60

Text Example


Text Example

White with #E16C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C60; }

 p { color: rgb(225,108,96); }

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

background-color css

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

 a { background-color: rgb(225,108,96); }

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

border-color css

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

 span { border-color: rgb(225,108,96); }

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