Html Css Color HEX #E16E5D Terra Cotta

📋 copy color: '#E16E5D'

red 225 ◦ green 110 ◦ blue 93

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

Shades of Terra Cotta #E16E5D

Tints of Terra Cotta #E16E5D

RGB

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

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

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

R = 52.57%
G = 25.7%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E16E5D (or 0xE16E5D) is known color: Terra Cotta. HEX triplet: E1, 6E and 5D. RGB value is (225,110,93). Sum of RGB (Red+Green+Blue) = 225+110+93=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E5D is #1E91A2. Grayscale: #8E8E8E. Windows color (decimal): -2003363 or 6123233. OLE color: 6123233.

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

Color convert

RGB 225 110 93 -
CMYK 0 0.51 0.59 0.12
HSL 7.73º 0.69% 0.62% -
HSV(B) 7.73º 0.59% 0.88% -
XYZ 38.6 27.95 13.72 -
YUV 142.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 225 110 93 0 0.51 0.59 0.12 7.73 0.69 0.62
Hex E1 6E 5D 0 33 3B C 8 45 3E
Octal 341 156 135 0 63 73 14 10 105 76
Binary 11100001 1101110 1011101 0 110011 111011 1100 1000 1000101 111110

Color Harmonies of #E16E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E5D

Black with #E16E5D

Text Example


Text Example

White with #E16E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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