Html Css Color HEX #E16D5C Terra Cotta

📋 copy color: '#E16D5C'

red 225 ◦ green 109 ◦ blue 92

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

Shades of Terra Cotta #E16D5C

Tints of Terra Cotta #E16D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 52.82%
G = 25.59%
B = 21.6%

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

#E16D5C (or 0xE16D5C) is known color: Terra Cotta. HEX triplet: E1, 6D and 5C. RGB value is (225,109,92). Sum of RGB (Red+Green+Blue) = 225+109+92=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D5C is #1E92A3. Grayscale: #8D8D8D. Windows color (decimal): -2003620 or 6057441. OLE color: 6057441.

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

Color convert

RGB 225 109 92 -
CMYK 0 0.52 0.59 0.12
HSL 7.67º 0.69% 0.62% -
HSV(B) 7.67º 0.59% 0.88% -
XYZ 38.45 27.72 13.45 -
YUV 141.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 225 109 92 0 0.52 0.59 0.12 7.67 0.69 0.62
Hex E1 6D 5C 0 34 3B C 8 45 3E
Octal 341 155 134 0 64 73 14 10 105 76
Binary 11100001 1101101 1011100 0 110100 111011 1100 1000 1000101 111110

Color Harmonies of #E16D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D5C

Black with #E16D5C

Text Example


Text Example

White with #E16D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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