Html Css Color HEX #E16C56 Terra Cotta

📋 copy color: '#E16C56'

red 225 ◦ green 108 ◦ blue 86

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

Shades of Terra Cotta #E16C56

Tints of Terra Cotta #E16C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 53.7%
G = 25.78%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16C56 (or 0xE16C56) is known color: Terra Cotta. HEX triplet: E1, 6C and 56. RGB value is (225,108,86). Sum of RGB (Red+Green+Blue) = 225+108+86=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C56 is #1E93A9. Grayscale: #8C8C8C. Windows color (decimal): -2003882 or 5663969. OLE color: 5663969.

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

Color convert

RGB 225 108 86 -
CMYK 0 0.52 0.62 0.12
HSL 9.5º 0.7% 0.61% -
HSV(B) 9.5º 0.62% 0.88% -
XYZ 38.09 27.4 12.09 -
YUV 140.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 225 108 86 0 0.52 0.62 0.12 9.5 0.7 0.61
Hex E1 6C 56 0 34 3E C 9 46 3D
Octal 341 154 126 0 64 76 14 11 106 75
Binary 11100001 1101100 1010110 0 110100 111110 1100 1001 1000110 111101

Color Harmonies of #E16C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C56

Black with #E16C56

Text Example


Text Example

White with #E16C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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