Html Css Color HEX #E5745D Terra Cotta

📋 copy color: '#E5745D'

red 229 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #E5745D

Tints of Terra Cotta #E5745D

RGB

 RED value IS 229 (89.84% from 255) = 52.28%

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 52.28%
G = 26.48%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5745D (or 0xE5745D) is known color: Terra Cotta. HEX triplet: E5, 74 and 5D. RGB value is (229,116,93). Sum of RGB (Red+Green+Blue) = 229+116+93=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5745D is #1A8BA2. Grayscale: #939393. Windows color (decimal): -1739683 or 6124773. OLE color: 6124773.

HSL color Cylindrical-coordinate representation of color #E5745D: hue angle of 10.15º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5745D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 116 93 -
CMYK 0 0.49 0.59 0.10
HSL 10.15º 0.72% 0.63% -
HSV(B) 10.15º 0.59% 0.9% -
XYZ 40.53 29.94 14 -
YUV 147.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 229 116 93 0 0.49 0.59 0.10 10.15 0.72 0.63
Hex E5 74 5D 0 31 3B A A 48 3F
Octal 345 164 135 0 61 73 12 12 110 77
Binary 11100101 1110100 1011101 0 110001 111011 1010 1010 1001000 111111

Color Harmonies of #E5745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5745D

Black with #E5745D

Text Example


Text Example

White with #E5745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5745D; }

 p { color: rgb(229,116,93); }

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

background-color css

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

 a { background-color: rgb(229,116,93); }

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

border-color css

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

 span { border-color: rgb(229,116,93); }

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