Html Css Color HEX #E16B5D Terra Cotta

📋 copy color: '#E16B5D'

red 225 ◦ green 107 ◦ blue 93

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

Shades of Terra Cotta #E16B5D

Tints of Terra Cotta #E16B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 52.94%
G = 25.18%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E16B5D (or 0xE16B5D) is known color: Terra Cotta. HEX triplet: E1, 6B and 5D. RGB value is (225,107,93). Sum of RGB (Red+Green+Blue) = 225+107+93=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B5D is #1E94A2. Grayscale: #8C8C8C. Windows color (decimal): -2004131 or 6122465. OLE color: 6122465.

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

Color convert

RGB 225 107 93 -
CMYK 0 0.52 0.59 0.12
HSL 6.36º 0.69% 0.62% -
HSV(B) 6.36º 0.59% 0.88% -
XYZ 38.28 27.31 13.61 -
YUV 140.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 225 107 93 0 0.52 0.59 0.12 6.36 0.69 0.62
Hex E1 6B 5D 0 34 3B C 6 45 3E
Octal 341 153 135 0 64 73 14 6 105 76
Binary 11100001 1101011 1011101 0 110100 111011 1100 110 1000101 111110

Color Harmonies of #E16B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B5D

Black with #E16B5D

Text Example


Text Example

White with #E16B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B5D; }

 p { color: rgb(225,107,93); }

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

background-color css

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

 a { background-color: rgb(225,107,93); }

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

border-color css

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

 span { border-color: rgb(225,107,93); }

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