Html Css Color HEX #E16F65 Terra Cotta

📋 copy color: '#E16F65'

red 225 ◦ green 111 ◦ blue 101

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

Shades of Terra Cotta #E16F65

Tints of Terra Cotta #E16F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 51.49%
G = 25.4%
B = 23.11%

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

#E16F65 (or 0xE16F65) is known color: Terra Cotta. HEX triplet: E1, 6F and 65. RGB value is (225,111,101). Sum of RGB (Red+Green+Blue) = 225+111+101=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F65 is #1E909A. Grayscale: #909090. Windows color (decimal): -2003099 or 6647777. OLE color: 6647777.

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

Color convert

RGB 225 111 101 -
CMYK 0 0.51 0.55 0.12
HSL 4.84º 0.67% 0.64% -
HSV(B) 4.84º 0.55% 0.88% -
XYZ 39.08 28.32 15.72 -
YUV 143.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 225 111 101 0 0.51 0.55 0.12 4.84 0.67 0.64
Hex E1 6F 65 0 33 37 C 5 43 40
Octal 341 157 145 0 63 67 14 5 103 100
Binary 11100001 1101111 1100101 0 110011 110111 1100 101 1000011 1000000

Color Harmonies of #E16F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F65

Black with #E16F65

Text Example


Text Example

White with #E16F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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