Html Css Color HEX #E1705F Terra Cotta

📋 copy color: '#E1705F'

red 225 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #E1705F

Tints of Terra Cotta #E1705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 52.08%
G = 25.93%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1705F (or 0xE1705F) is known color: Terra Cotta. HEX triplet: E1, 70 and 5F. RGB value is (225,112,95). Sum of RGB (Red+Green+Blue) = 225+112+95=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1705F is #1E8FA0. Grayscale: #909090. Windows color (decimal): -2002849 or 6254817. OLE color: 6254817.

HSL color Cylindrical-coordinate representation of color #E1705F: hue angle of 7.85º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1705F is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 112 95 -
CMYK 0 0.50 0.58 0.12
HSL 7.85º 0.68% 0.63% -
HSV(B) 7.85º 0.58% 0.88% -
XYZ 38.91 28.42 14.26 -
YUV 143.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 225 112 95 0 0.50 0.58 0.12 7.85 0.68 0.63
Hex E1 70 5F 0 32 3A C 8 44 3F
Octal 341 160 137 0 62 72 14 10 104 77
Binary 11100001 1110000 1011111 0 110010 111010 1100 1000 1000100 111111

Color Harmonies of #E1705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1705F

Black with #E1705F

Text Example


Text Example

White with #E1705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1705F; }

 p { color: rgb(225,112,95); }

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

background-color css

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

 a { background-color: rgb(225,112,95); }

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

border-color css

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

 span { border-color: rgb(225,112,95); }

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