#e6705a

Color #E6705A Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E6705A

Tints of Terra Cotta #E6705A

Color information

#E6705A (or 0xE6705A) is unknown color: approx 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

RGB23011290-
CMYK00.510.610.10
HSL9.43º73.68%62.75%-
HSV(B)9.43º60.87%90.2%-
XYZ40.2729.1513.18-
YUV144.7797.09188.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301129000.510.610.109.4373.6862.75
HexE6705A0333DA94a3f
Octal34616013206375121111277
Binary11100110111000010110100110011111101101010011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6705a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>