Html Css Color HEX #E0745F Terra Cotta

📋 copy color: '#E0745F'

red 224 ◦ green 116 ◦ blue 95

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

Shades of Terra Cotta #E0745F

Tints of Terra Cotta #E0745F

RGB

 RED value IS 224 (87.89% from 255) = 51.49%

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 51.49%
G = 26.67%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0745F (or 0xE0745F) is known color: Terra Cotta. HEX triplet: E0, 74 and 5F. RGB value is (224,116,95). Sum of RGB (Red+Green+Blue) = 224+116+95=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0745F is #1F8BA0. Grayscale: #929292. Windows color (decimal): -2067361 or 6255840. OLE color: 6255840.

HSL color Cylindrical-coordinate representation of color #E0745F: hue angle of 9.77º degrees, saturation: 0.68, 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 #E0745F is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 95 -
CMYK 0 0.48 0.58 0.12
HSL 9.77º 0.68% 0.63% -
HSV(B) 9.77º 0.58% 0.88% -
XYZ 39.05 29.16 14.4 -
YUV 145.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 224 116 95 0 0.48 0.58 0.12 9.77 0.68 0.63
Hex E0 74 5F 0 30 3A C A 44 3F
Octal 340 164 137 0 60 72 14 12 104 77
Binary 11100000 1110100 1011111 0 110000 111010 1100 1010 1000100 111111

Color Harmonies of #E0745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0745F

Black with #E0745F

Text Example


Text Example

White with #E0745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0745F; }

 p { color: rgb(224,116,95); }

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

background-color css

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

 a { background-color: rgb(224,116,95); }

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

border-color css

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

 span { border-color: rgb(224,116,95); }

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