Html Css Color HEX #E1695D Terra Cotta

📋 copy color: '#E1695D'

red 225 ◦ green 105 ◦ blue 93

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

Shades of Terra Cotta #E1695D

Tints of Terra Cotta #E1695D

RGB

 RED value IS 225 (88.28% from 255) = 53.19%

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 53.19%
G = 24.82%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1695D (or 0xE1695D) is known color: Terra Cotta. HEX triplet: E1, 69 and 5D. RGB value is (225,105,93). Sum of RGB (Red+Green+Blue) = 225+105+93=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1695D is #1E96A2. Grayscale: #8B8B8B. Windows color (decimal): -2004643 or 6121953. OLE color: 6121953.

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

Color convert

RGB 225 105 93 -
CMYK 0 0.53 0.59 0.12
HSL 5.45º 0.69% 0.62% -
HSV(B) 5.45º 0.59% 0.88% -
XYZ 38.08 26.9 13.54 -
YUV 139.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 225 105 93 0 0.53 0.59 0.12 5.45 0.69 0.62
Hex E1 69 5D 0 35 3B C 5 45 3E
Octal 341 151 135 0 65 73 14 5 105 76
Binary 11100001 1101001 1011101 0 110101 111011 1100 101 1000101 111110

Color Harmonies of #E1695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1695D

Black with #E1695D

Text Example


Text Example

White with #E1695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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