Html Css Color HEX #E16D55 Terra Cotta

📋 copy color: '#E16D55'

red 225 ◦ green 109 ◦ blue 85

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

Shades of Terra Cotta #E16D55

Tints of Terra Cotta #E16D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 53.7%
G = 26.01%
B = 20.29%

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

#E16D55 (or 0xE16D55) is known color: Terra Cotta. HEX triplet: E1, 6D and 55. RGB value is (225,109,85). Sum of RGB (Red+Green+Blue) = 225+109+85=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D55 is #1E92AA. Grayscale: #8D8D8D. Windows color (decimal): -2003627 or 5598689. OLE color: 5598689.

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

Color convert

RGB 225 109 85 -
CMYK 0 0.52 0.62 0.12
HSL 10.29º 0.7% 0.61% -
HSV(B) 10.29º 0.62% 0.88% -
XYZ 38.16 27.6 11.91 -
YUV 140.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 225 109 85 0 0.52 0.62 0.12 10.29 0.7 0.61
Hex E1 6D 55 0 34 3E C A 46 3D
Octal 341 155 125 0 64 76 14 12 106 75
Binary 11100001 1101101 1010101 0 110100 111110 1100 1010 1000110 111101

Color Harmonies of #E16D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D55

Black with #E16D55

Text Example


Text Example

White with #E16D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D55; }

 p { color: rgb(225,109,85); }

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

background-color css

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

 a { background-color: rgb(225,109,85); }

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

border-color css

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

 span { border-color: rgb(225,109,85); }

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