Html Css Color HEX #E16E5A Terra Cotta

📋 copy color: '#E16E5A'

red 225 ◦ green 110 ◦ blue 90

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

Shades of Terra Cotta #E16E5A

Tints of Terra Cotta #E16E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 52.94%
G = 25.88%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E16E5A (or 0xE16E5A) is known color: Terra Cotta. HEX triplet: E1, 6E and 5A. RGB value is (225,110,90). Sum of RGB (Red+Green+Blue) = 225+110+90=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E5A is #1E91A5. Grayscale: #8E8E8E. Windows color (decimal): -2003366 or 5926625. OLE color: 5926625.

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

Color convert

RGB 225 110 90 -
CMYK 0 0.51 0.60 0.12
HSL 8.89º 0.69% 0.62% -
HSV(B) 8.89º 0.6% 0.88% -
XYZ 38.47 27.9 13.03 -
YUV 142.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 225 110 90 0 0.51 0.60 0.12 8.89 0.69 0.62
Hex E1 6E 5A 0 33 3C C 9 45 3E
Octal 341 156 132 0 63 74 14 11 105 76
Binary 11100001 1101110 1011010 0 110011 111100 1100 1001 1000101 111110

Color Harmonies of #E16E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E5A

Black with #E16E5A

Text Example


Text Example

White with #E16E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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