Html Css Color HEX #E16C66 Terra Cotta

📋 copy color: '#E16C66'

red 225 ◦ green 108 ◦ blue 102

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

Shades of Terra Cotta #E16C66

Tints of Terra Cotta #E16C66

RGB

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

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

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

R = 51.72%
G = 24.83%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16C66 (or 0xE16C66) is known color: Terra Cotta. HEX triplet: E1, 6C and 66. RGB value is (225,108,102). Sum of RGB (Red+Green+Blue) = 225+108+102=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C66 is #1E9399. Grayscale: #8E8E8E. Windows color (decimal): -2003866 or 6712545. OLE color: 6712545.

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

Color convert

RGB 225 108 102 -
CMYK 0 0.52 0.55 0.12
HSL 2.93º 0.67% 0.64% -
HSV(B) 2.93º 0.55% 0.88% -
XYZ 38.81 27.69 15.87 -
YUV 142.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 225 108 102 0 0.52 0.55 0.12 2.93 0.67 0.64
Hex E1 6C 66 0 34 37 C 3 43 40
Octal 341 154 146 0 64 67 14 3 103 100
Binary 11100001 1101100 1100110 0 110100 110111 1100 11 1000011 1000000

Color Harmonies of #E16C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C66

Black with #E16C66

Text Example


Text Example

White with #E16C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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