Html Css Color HEX #E16C67 Terra Cotta

📋 copy color: '#E16C67'

red 225 ◦ green 108 ◦ blue 103

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

Shades of Terra Cotta #E16C67

Tints of Terra Cotta #E16C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.62%

R = 51.61%
G = 24.77%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E16C67 (or 0xE16C67) is known color: Terra Cotta. HEX triplet: E1, 6C and 67. RGB value is (225,108,103). Sum of RGB (Red+Green+Blue) = 225+108+103=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C67 is #1E9398. Grayscale: #8E8E8E. Windows color (decimal): -2003865 or 6778081. OLE color: 6778081.

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

Color convert

RGB 225 108 103 -
CMYK 0 0.52 0.54 0.12
HSL 2.46º 0.67% 0.64% -
HSV(B) 2.46º 0.54% 0.88% -
XYZ 38.86 27.71 16.13 -
YUV 142.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 225 108 103 0 0.52 0.54 0.12 2.46 0.67 0.64
Hex E1 6C 67 0 34 36 C 2 43 40
Octal 341 154 147 0 64 66 14 2 103 100
Binary 11100001 1101100 1100111 0 110100 110110 1100 10 1000011 1000000

Color Harmonies of #E16C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C67

Black with #E16C67

Text Example


Text Example

White with #E16C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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