Html Css Color HEX #E6745E Terra Cotta

📋 copy color: '#E6745E'

red 230 ◦ green 116 ◦ blue 94

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

Shades of Terra Cotta #E6745E

Tints of Terra Cotta #E6745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 52.27%
G = 26.36%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6745E (or 0xE6745E) is known color: Terra Cotta. HEX triplet: E6, 74 and 5E. RGB value is (230,116,94). Sum of RGB (Red+Green+Blue) = 230+116+94=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6745E is #198BA1. Grayscale: #939393. Windows color (decimal): -1674146 or 6190310. OLE color: 6190310.

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

Color convert

RGB 230 116 94 -
CMYK 0 0.50 0.59 0.10
HSL 9.71º 0.73% 0.64% -
HSV(B) 9.71º 0.59% 0.9% -
XYZ 40.9 30.12 14.25 -
YUV 147.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 230 116 94 0 0.50 0.59 0.10 9.71 0.73 0.64
Hex E6 74 5E 0 32 3B A A 49 40
Octal 346 164 136 0 62 73 12 12 111 100
Binary 11100110 1110100 1011110 0 110010 111011 1010 1010 1001001 1000000

Color Harmonies of #E6745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6745E

Black with #E6745E

Text Example


Text Example

White with #E6745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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