Html Css Color HEX #E6705D Terra Cotta

📋 copy color: '#E6705D'

red 230 ◦ green 112 ◦ blue 93

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

Shades of Terra Cotta #E6705D

Tints of Terra Cotta #E6705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 52.87%
G = 25.75%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6705D (or 0xE6705D) is known color: Terra Cotta. HEX triplet: E6, 70 and 5D. RGB value is (230,112,93). Sum of RGB (Red+Green+Blue) = 230+112+93=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6705D is #198FA2. Grayscale: #919191. Windows color (decimal): -1675171 or 6123750. OLE color: 6123750.

HSL color Cylindrical-coordinate representation of color #E6705D: hue angle of 8.32º 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 #E6705D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 93 -
CMYK 0 0.51 0.60 0.10
HSL 8.32º 0.73% 0.63% -
HSV(B) 8.32º 0.6% 0.9% -
XYZ 40.4 29.2 13.86 -
YUV 145.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 230 112 93 0 0.51 0.60 0.10 8.32 0.73 0.63
Hex E6 70 5D 0 33 3C A 8 49 3F
Octal 346 160 135 0 63 74 12 10 111 77
Binary 11100110 1110000 1011101 0 110011 111100 1010 1000 1001001 111111

Color Harmonies of #E6705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6705D

Black with #E6705D

Text Example


Text Example

White with #E6705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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