Html Css Color HEX #E16A5C Terra Cotta

📋 copy color: '#E16A5C'

red 225 ◦ green 106 ◦ blue 92

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

Shades of Terra Cotta #E16A5C

Tints of Terra Cotta #E16A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

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

R = 53.19%
G = 25.06%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E16A5C (or 0xE16A5C) is known color: Terra Cotta. HEX triplet: E1, 6A and 5C. RGB value is (225,106,92). Sum of RGB (Red+Green+Blue) = 225+106+92=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A5C is #1E95A3. Grayscale: #8C8C8C. Windows color (decimal): -2004388 or 6056673. OLE color: 6056673.

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

Color convert

RGB 225 106 92 -
CMYK 0 0.53 0.59 0.12
HSL 6.32º 0.69% 0.62% -
HSV(B) 6.32º 0.59% 0.88% -
XYZ 38.14 27.09 13.34 -
YUV 139.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 225 106 92 0 0.53 0.59 0.12 6.32 0.69 0.62
Hex E1 6A 5C 0 35 3B C 6 45 3E
Octal 341 152 134 0 65 73 14 6 105 76
Binary 11100001 1101010 1011100 0 110101 111011 1100 110 1000101 111110

Color Harmonies of #E16A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A5C

Black with #E16A5C

Text Example


Text Example

White with #E16A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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