Html Css Color HEX #E16D61 Terra Cotta

📋 copy color: '#E16D61'

red 225 ◦ green 109 ◦ blue 97

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

Shades of Terra Cotta #E16D61

Tints of Terra Cotta #E16D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 52.2%
G = 25.29%
B = 22.51%

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

#E16D61 (or 0xE16D61) is known color: Terra Cotta. HEX triplet: E1, 6D and 61. RGB value is (225,109,97). Sum of RGB (Red+Green+Blue) = 225+109+97=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D61 is #1E929E. Grayscale: #8E8E8E. Windows color (decimal): -2003615 or 6385121. OLE color: 6385121.

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

Color convert

RGB 225 109 97 -
CMYK 0 0.52 0.57 0.12
HSL 5.63º 0.68% 0.63% -
HSV(B) 5.63º 0.57% 0.88% -
XYZ 38.68 27.81 14.64 -
YUV 142.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 225 109 97 0 0.52 0.57 0.12 5.63 0.68 0.63
Hex E1 6D 61 0 34 39 C 6 44 3F
Octal 341 155 141 0 64 71 14 6 104 77
Binary 11100001 1101101 1100001 0 110100 111001 1100 110 1000100 111111

Color Harmonies of #E16D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D61

Black with #E16D61

Text Example


Text Example

White with #E16D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D61; }

 p { color: rgb(225,109,97); }

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

background-color css

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

 a { background-color: rgb(225,109,97); }

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

border-color css

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

 span { border-color: rgb(225,109,97); }

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