#E0695A

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

Shades of Terra Cotta #E0695A

Tints of Terra Cotta #E0695A

Color information

#E0695A (or 0xE0695A) is unknown color: approx Terra Cotta. HEX triplet: E0, 69 and 5A. RGB value is (224,105,90). Sum of RGB (Red+Green+Blue) = 224+105+90=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0695A is #1F96A5. Grayscale: #8B8B8B. Windows color (decimal): -2070182 or 5925344. OLE color: 5925344.

HSL color Cylindrical-coordinate representation of color #E0695A: hue angle of 6.72º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0695A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22410590-
CMYK00.530.600.12
HSL6.72º68.37%61.57%-
HSV(B)6.72º59.82%87.84%-
XYZ37.6426.6912.84-
YUV138.87100.42188.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.46%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=53.46%
G=25.06%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241059000.530.600.126.7268.3761.57
HexE0695A0353CC7443e
Octal3401511320657414710476
Binary1110000011010011011010011010111110011001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0695A; }

 p { color: rgb(224,105,90); }

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

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

 a { background-color: rgb(224,105,90); }

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

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

 span { border-color: rgb(224,105,90); }

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