Html Css Color HEX #E1695C Terra Cotta

📋 copy color: '#E1695C'

red 225 ◦ green 105 ◦ blue 92

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

Shades of Terra Cotta #E1695C

Tints of Terra Cotta #E1695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 53.32%
G = 24.88%
B = 21.8%

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

#E1695C (or 0xE1695C) is known color: Terra Cotta. HEX triplet: E1, 69 and 5C. RGB value is (225,105,92). Sum of RGB (Red+Green+Blue) = 225+105+92=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1695C is #1E96A3. Grayscale: #8B8B8B. Windows color (decimal): -2004644 or 6056417. OLE color: 6056417.

HSL color Cylindrical-coordinate representation of color #E1695C: hue angle of 5.86º 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 #E1695C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 92 -
CMYK 0 0.53 0.59 0.12
HSL 5.86º 0.69% 0.62% -
HSV(B) 5.86º 0.59% 0.88% -
XYZ 38.03 26.88 13.31 -
YUV 139.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 225 105 92 0 0.53 0.59 0.12 5.86 0.69 0.62
Hex E1 69 5C 0 35 3B C 6 45 3E
Octal 341 151 134 0 65 73 14 6 105 76
Binary 11100001 1101001 1011100 0 110101 111011 1100 110 1000101 111110

Color Harmonies of #E1695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1695C

Black with #E1695C

Text Example


Text Example

White with #E1695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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