Html Css Color HEX #E16C64 Terra Cotta

📋 copy color: '#E16C64'

red 225 ◦ green 108 ◦ blue 100

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

Shades of Terra Cotta #E16C64

Tints of Terra Cotta #E16C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 51.96%
G = 24.94%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E16C64 (or 0xE16C64) is known color: Terra Cotta. HEX triplet: E1, 6C and 64. RGB value is (225,108,100). Sum of RGB (Red+Green+Blue) = 225+108+100=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C64 is #1E939B. Grayscale: #8E8E8E. Windows color (decimal): -2003868 or 6581473. OLE color: 6581473.

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

Color convert

RGB 225 108 100 -
CMYK 0 0.52 0.56 0.12
HSL 3.84º 0.68% 0.64% -
HSV(B) 3.84º 0.56% 0.88% -
XYZ 38.71 27.65 15.35 -
YUV 142.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 225 108 100 0 0.52 0.56 0.12 3.84 0.68 0.64
Hex E1 6C 64 0 34 38 C 4 44 40
Octal 341 154 144 0 64 70 14 4 104 100
Binary 11100001 1101100 1100100 0 110100 111000 1100 100 1000100 1000000

Color Harmonies of #E16C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C64

Black with #E16C64

Text Example


Text Example

White with #E16C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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