Html Css Color HEX #E16C54 Terra Cotta

📋 copy color: '#E16C54'

red 225 ◦ green 108 ◦ blue 84

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

Shades of Terra Cotta #E16C54

Tints of Terra Cotta #E16C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

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

R = 53.96%
G = 25.9%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16C54 (or 0xE16C54) is known color: Terra Cotta. HEX triplet: E1, 6C and 54. RGB value is (225,108,84). Sum of RGB (Red+Green+Blue) = 225+108+84=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C54 is #1E93AB. Grayscale: #8C8C8C. Windows color (decimal): -2003884 or 5532897. OLE color: 5532897.

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

Color convert

RGB 225 108 84 -
CMYK 0 0.52 0.63 0.12
HSL 10.21º 0.7% 0.61% -
HSV(B) 10.21º 0.63% 0.88% -
XYZ 38.01 27.37 11.67 -
YUV 140.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 225 108 84 0 0.52 0.63 0.12 10.21 0.7 0.61
Hex E1 6C 54 0 34 3F C A 46 3D
Octal 341 154 124 0 64 77 14 12 106 75
Binary 11100001 1101100 1010100 0 110100 111111 1100 1010 1000110 111101

Color Harmonies of #E16C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C54

Black with #E16C54

Text Example


Text Example

White with #E16C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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