Html Css Color HEX #E5745A Terra Cotta

📋 copy color: '#E5745A'

red 229 ◦ green 116 ◦ blue 90

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

Shades of Terra Cotta #E5745A

Tints of Terra Cotta #E5745A

RGB

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

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

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

R = 52.64%
G = 26.67%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5745A (or 0xE5745A) is known color: Terra Cotta. HEX triplet: E5, 74 and 5A. RGB value is (229,116,90). Sum of RGB (Red+Green+Blue) = 229+116+90=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5745A is #1A8BA5. Grayscale: #939393. Windows color (decimal): -1739686 or 5928165. OLE color: 5928165.

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

Color convert

RGB 229 116 90 -
CMYK 0 0.49 0.61 0.10
HSL 11.22º 0.73% 0.63% -
HSV(B) 11.22º 0.61% 0.9% -
XYZ 40.4 29.89 13.31 -
YUV 146.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 229 116 90 0 0.49 0.61 0.10 11.22 0.73 0.63
Hex E5 74 5A 0 31 3D A B 49 3F
Octal 345 164 132 0 61 75 12 13 111 77
Binary 11100101 1110100 1011010 0 110001 111101 1010 1011 1001001 111111

Color Harmonies of #E5745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5745A

Black with #E5745A

Text Example


Text Example

White with #E5745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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