Html Css Color HEX #E16E66 Terra Cotta

📋 copy color: '#E16E66'

red 225 ◦ green 110 ◦ blue 102

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

Shades of Terra Cotta #E16E66

Tints of Terra Cotta #E16E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.17%

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 51.49%
G = 25.17%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16E66 (or 0xE16E66) is known color: Terra Cotta. HEX triplet: E1, 6E and 66. RGB value is (225,110,102). Sum of RGB (Red+Green+Blue) = 225+110+102=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E66 is #1E9199. Grayscale: #8F8F8F. Windows color (decimal): -2003354 or 6713057. OLE color: 6713057.

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

Color convert

RGB 225 110 102 -
CMYK 0 0.51 0.55 0.12
HSL 3.9º 0.67% 0.64% -
HSV(B) 3.9º 0.55% 0.88% -
XYZ 39.03 28.12 15.94 -
YUV 143.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 225 110 102 0 0.51 0.55 0.12 3.9 0.67 0.64
Hex E1 6E 66 0 33 37 C 4 43 40
Octal 341 156 146 0 63 67 14 4 103 100
Binary 11100001 1101110 1100110 0 110011 110111 1100 100 1000011 1000000

Color Harmonies of #E16E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E66

Black with #E16E66

Text Example


Text Example

White with #E16E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E66; }

 p { color: rgb(225,110,102); }

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

background-color css

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

 a { background-color: rgb(225,110,102); }

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

border-color css

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

 span { border-color: rgb(225,110,102); }

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