Html Css Color HEX #E16A5E Terra Cotta

📋 copy color: '#E16A5E'

red 225 ◦ green 106 ◦ blue 94

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

Shades of Terra Cotta #E16A5E

Tints of Terra Cotta #E16A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 52.94%
G = 24.94%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E16A5E (or 0xE16A5E) is known color: Terra Cotta. HEX triplet: E1, 6A and 5E. RGB value is (225,106,94). Sum of RGB (Red+Green+Blue) = 225+106+94=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A5E is #1E95A1. Grayscale: #8C8C8C. Windows color (decimal): -2004386 or 6187745. OLE color: 6187745.

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

Color convert

RGB 225 106 94 -
CMYK 0 0.53 0.58 0.12
HSL 5.5º 0.69% 0.63% -
HSV(B) 5.5º 0.58% 0.88% -
XYZ 38.23 27.12 13.81 -
YUV 140.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 225 106 94 0 0.53 0.58 0.12 5.5 0.69 0.63
Hex E1 6A 5E 0 35 3A C 5 45 3F
Octal 341 152 136 0 65 72 14 5 105 77
Binary 11100001 1101010 1011110 0 110101 111010 1100 101 1000101 111111

Color Harmonies of #E16A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A5E

Black with #E16A5E

Text Example


Text Example

White with #E16A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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