Html Css Color HEX #E6705B Terra Cotta

📋 copy color: '#E6705B'

red 230 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #E6705B

Tints of Terra Cotta #E6705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.02%

R = 53.12%
G = 25.87%
B = 21.02%

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

#E6705B (or 0xE6705B) is known color: Terra Cotta. HEX triplet: E6, 70 and 5B. RGB value is (230,112,91). Sum of RGB (Red+Green+Blue) = 230+112+91=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6705B is #198FA4. Grayscale: #919191. Windows color (decimal): -1675173 or 5992678. OLE color: 5992678.

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

Color convert

RGB 230 112 91 -
CMYK 0 0.51 0.60 0.10
HSL 9.06º 0.74% 0.63% -
HSV(B) 9.06º 0.6% 0.9% -
XYZ 40.32 29.17 13.4 -
YUV 144.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 230 112 91 0 0.51 0.60 0.10 9.06 0.74 0.63
Hex E6 70 5B 0 33 3C A 9 4A 3F
Octal 346 160 133 0 63 74 12 11 112 77
Binary 11100110 1110000 1011011 0 110011 111100 1010 1001 1001010 111111

Color Harmonies of #E6705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6705B

Black with #E6705B

Text Example


Text Example

White with #E6705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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