Html Css Color HEX #E16F53 Terra Cotta

📋 copy color: '#E16F53'

red 225 ◦ green 111 ◦ blue 83

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

Shades of Terra Cotta #E16F53

Tints of Terra Cotta #E16F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 53.7%
G = 26.49%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16F53 (or 0xE16F53) is known color: Terra Cotta. HEX triplet: E1, 6F and 53. RGB value is (225,111,83). Sum of RGB (Red+Green+Blue) = 225+111+83=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F53 is #1E90AC. Grayscale: #8E8E8E. Windows color (decimal): -2003117 or 5468129. OLE color: 5468129.

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

Color convert

RGB 225 111 83 -
CMYK 0 0.51 0.63 0.12
HSL 11.83º 0.7% 0.6% -
HSV(B) 11.83º 0.63% 0.88% -
XYZ 38.3 28 11.57 -
YUV 141.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 225 111 83 0 0.51 0.63 0.12 11.83 0.7 0.6
Hex E1 6F 53 0 33 3F C C 46 3C
Octal 341 157 123 0 63 77 14 14 106 74
Binary 11100001 1101111 1010011 0 110011 111111 1100 1100 1000110 111100

Color Harmonies of #E16F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F53

Black with #E16F53

Text Example


Text Example

White with #E16F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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