Html Css Color HEX #E16F64 Terra Cotta

📋 copy color: '#E16F64'

red 225 ◦ green 111 ◦ blue 100

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

Shades of Terra Cotta #E16F64

Tints of Terra Cotta #E16F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 51.61%
G = 25.46%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E16F64 (or 0xE16F64) is known color: Terra Cotta. HEX triplet: E1, 6F and 64. RGB value is (225,111,100). Sum of RGB (Red+Green+Blue) = 225+111+100=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F64 is #1E909B. Grayscale: #8F8F8F. Windows color (decimal): -2003100 or 6582241. OLE color: 6582241.

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

Color convert

RGB 225 111 100 -
CMYK 0 0.51 0.56 0.12
HSL 5.28º 0.68% 0.64% -
HSV(B) 5.28º 0.56% 0.88% -
XYZ 39.04 28.3 15.46 -
YUV 143.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 225 111 100 0 0.51 0.56 0.12 5.28 0.68 0.64
Hex E1 6F 64 0 33 38 C 5 44 40
Octal 341 157 144 0 63 70 14 5 104 100
Binary 11100001 1101111 1100100 0 110011 111000 1100 101 1000100 1000000

Color Harmonies of #E16F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F64

Black with #E16F64

Text Example


Text Example

White with #E16F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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