Html Css Color HEX #E16E54 Terra Cotta

📋 copy color: '#E16E54'

red 225 ◦ green 110 ◦ blue 84

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

Shades of Terra Cotta #E16E54

Tints of Terra Cotta #E16E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 53.7%
G = 26.25%
B = 20.05%

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

#E16E54 (or 0xE16E54) is known color: Terra Cotta. HEX triplet: E1, 6E and 54. RGB value is (225,110,84). Sum of RGB (Red+Green+Blue) = 225+110+84=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E54 is #1E91AB. Grayscale: #8D8D8D. Windows color (decimal): -2003372 or 5533409. OLE color: 5533409.

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

Color convert

RGB 225 110 84 -
CMYK 0 0.51 0.63 0.12
HSL 11.06º 0.7% 0.61% -
HSV(B) 11.06º 0.63% 0.88% -
XYZ 38.23 27.8 11.74 -
YUV 141.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 225 110 84 0 0.51 0.63 0.12 11.06 0.7 0.61
Hex E1 6E 54 0 33 3F C B 46 3D
Octal 341 156 124 0 63 77 14 13 106 75
Binary 11100001 1101110 1010100 0 110011 111111 1100 1011 1000110 111101

Color Harmonies of #E16E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E54

Black with #E16E54

Text Example


Text Example

White with #E16E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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