Html Css Color HEX #E16E65 Terra Cotta

📋 copy color: '#E16E65'

red 225 ◦ green 110 ◦ blue 101

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

Shades of Terra Cotta #E16E65

Tints of Terra Cotta #E16E65

RGB

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

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

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

R = 51.61%
G = 25.23%
B = 23.17%

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

#E16E65 (or 0xE16E65) is known color: Terra Cotta. HEX triplet: E1, 6E and 65. RGB value is (225,110,101). Sum of RGB (Red+Green+Blue) = 225+110+101=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E65 is #1E919A. Grayscale: #8F8F8F. Windows color (decimal): -2003355 or 6647521. OLE color: 6647521.

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

Color convert

RGB 225 110 101 -
CMYK 0 0.51 0.55 0.12
HSL 4.35º 0.67% 0.64% -
HSV(B) 4.35º 0.55% 0.88% -
XYZ 38.98 28.1 15.68 -
YUV 143.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 225 110 101 0 0.51 0.55 0.12 4.35 0.67 0.64
Hex E1 6E 65 0 33 37 C 4 43 40
Octal 341 156 145 0 63 67 14 4 103 100
Binary 11100001 1101110 1100101 0 110011 110111 1100 100 1000011 1000000

Color Harmonies of #E16E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E65

Black with #E16E65

Text Example


Text Example

White with #E16E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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