Html Css Color HEX #E1735F Terra Cotta

📋 copy color: '#E1735F'

red 225 ◦ green 115 ◦ blue 95

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

Shades of Terra Cotta #E1735F

Tints of Terra Cotta #E1735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

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

R = 51.72%
G = 26.44%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1735F (or 0xE1735F) is known color: Terra Cotta. HEX triplet: E1, 73 and 5F. RGB value is (225,115,95). Sum of RGB (Red+Green+Blue) = 225+115+95=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1735F is #1E8CA0. Grayscale: #919191. Windows color (decimal): -2002081 or 6255585. OLE color: 6255585.

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

Color convert

RGB 225 115 95 -
CMYK 0 0.49 0.58 0.12
HSL 9.23º 0.68% 0.63% -
HSV(B) 9.23º 0.58% 0.88% -
XYZ 39.25 29.1 14.37 -
YUV 145.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 225 115 95 0 0.49 0.58 0.12 9.23 0.68 0.63
Hex E1 73 5F 0 31 3A C 9 44 3F
Octal 341 163 137 0 61 72 14 11 104 77
Binary 11100001 1110011 1011111 0 110001 111010 1100 1001 1000100 111111

Color Harmonies of #E1735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1735F

Black with #E1735F

Text Example


Text Example

White with #E1735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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