Html Css Color HEX #E16F66 Terra Cotta

📋 copy color: '#E16F66'

red 225 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #E16F66

Tints of Terra Cotta #E16F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.34%

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

R = 51.37%
G = 25.34%
B = 23.29%

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

#E16F66 (or 0xE16F66) is known color: Terra Cotta. HEX triplet: E1, 6F and 66. RGB value is (225,111,102). Sum of RGB (Red+Green+Blue) = 225+111+102=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F66 is #1E9099. Grayscale: #909090. Windows color (decimal): -2003098 or 6713313. OLE color: 6713313.

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

Color convert

RGB 225 111 102 -
CMYK 0 0.51 0.55 0.12
HSL 4.39º 0.67% 0.64% -
HSV(B) 4.39º 0.55% 0.88% -
XYZ 39.13 28.34 15.98 -
YUV 144.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 225 111 102 0 0.51 0.55 0.12 4.39 0.67 0.64
Hex E1 6F 66 0 33 37 C 4 43 40
Octal 341 157 146 0 63 67 14 4 103 100
Binary 11100001 1101111 1100110 0 110011 110111 1100 100 1000011 1000000

Color Harmonies of #E16F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F66

Black with #E16F66

Text Example


Text Example

White with #E16F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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