Html Css Color HEX #E6705A Terra Cotta

📋 copy color: '#E6705A'

red 230 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #E6705A

Tints of Terra Cotta #E6705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 53.24%
G = 25.93%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6705A (or 0xE6705A) is known color: Terra Cotta. HEX triplet: E6, 70 and 5A. RGB value is (230,112,90). Sum of RGB (Red+Green+Blue) = 230+112+90=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6705A is #198FA5. Grayscale: #909090. Windows color (decimal): -1675174 or 5927142. OLE color: 5927142.

HSL color Cylindrical-coordinate representation of color #E6705A: hue angle of 9.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6705A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 90 -
CMYK 0 0.51 0.61 0.10
HSL 9.43º 0.74% 0.63% -
HSV(B) 9.43º 0.61% 0.9% -
XYZ 40.27 29.15 13.18 -
YUV 144.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 230 112 90 0 0.51 0.61 0.10 9.43 0.74 0.63
Hex E6 70 5A 0 33 3D A 9 4A 3F
Octal 346 160 132 0 63 75 12 11 112 77
Binary 11100110 1110000 1011010 0 110011 111101 1010 1001 1001010 111111

Color Harmonies of #E6705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6705A

Black with #E6705A

Text Example


Text Example

White with #E6705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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