Html Css Color HEX #E6745D Terra Cotta

📋 copy color: '#E6745D'

red 230 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #E6745D

Tints of Terra Cotta #E6745D

RGB

 RED value IS 230 (90.23% from 255) = 52.39%

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

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

R = 52.39%
G = 26.42%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6745D (or 0xE6745D) is known color: Terra Cotta. HEX triplet: E6, 74 and 5D. RGB value is (230,116,93). Sum of RGB (Red+Green+Blue) = 230+116+93=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6745D is #198BA2. Grayscale: #939393. Windows color (decimal): -1674147 or 6124774. OLE color: 6124774.

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

Color convert

RGB 230 116 93 -
CMYK 0 0.50 0.60 0.10
HSL 10.07º 0.73% 0.63% -
HSV(B) 10.07º 0.6% 0.9% -
XYZ 40.85 30.1 14.01 -
YUV 147.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 230 116 93 0 0.50 0.60 0.10 10.07 0.73 0.63
Hex E6 74 5D 0 32 3C A A 49 3F
Octal 346 164 135 0 62 74 12 12 111 77
Binary 11100110 1110100 1011101 0 110010 111100 1010 1010 1001001 111111

Color Harmonies of #E6745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6745D

Black with #E6745D

Text Example


Text Example

White with #E6745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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