#EA695D

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

Shades of Terra Cotta #EA695D

Tints of Terra Cotta #EA695D

Color information

#EA695D (or 0xEA695D) is unknown color: approx Terra Cotta. HEX triplet: EA, 69 and 5D. RGB value is (234,105,93). Sum of RGB (Red+Green+Blue) = 234+105+93=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA695D is #1596A2. Grayscale: #8E8E8E. Windows color (decimal): -1414819 or 6121962. OLE color: 6121962.

HSL color Cylindrical-coordinate representation of color #EA695D: hue angle of 5.11º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA695D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23410593-
CMYK00.550.600.08
HSL5.11º77.05%64.12%-
HSV(B)5.11º60.26%91.76%-
XYZ40.9628.3913.68-
YUV142.2100.24193.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.17%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=54.17%
G=24.31%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341059300.550.600.085.1177.0564.12
HexEA695D0373C854d40
Octal35215113506774105115100
Binary11101010110100110111010110111111100100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA695D; }

 p { color: rgb(234,105,93); }

 H1.HeaderClassName
 {
   color: #EA695D;
 }
 .AnyTagClassName
 {
   color: #EA695D;
 }
</style>
background-color css

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

 a { background-color: rgb(234,105,93); }

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

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

 span { border-color: rgb(234,105,93); }

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