Html Css Color HEX #E1735A Terra Cotta

📋 copy color: '#E1735A'

red 225 ◦ green 115 ◦ blue 90

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

Shades of Terra Cotta #E1735A

Tints of Terra Cotta #E1735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 52.33%
G = 26.74%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1735A (or 0xE1735A) is known color: Terra Cotta. HEX triplet: E1, 73 and 5A. RGB value is (225,115,90). Sum of RGB (Red+Green+Blue) = 225+115+90=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1735A is #1E8CA5. Grayscale: #919191. Windows color (decimal): -2002086 or 5927905. OLE color: 5927905.

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

Color convert

RGB 225 115 90 -
CMYK 0 0.49 0.60 0.12
HSL 11.11º 0.69% 0.62% -
HSV(B) 11.11º 0.6% 0.88% -
XYZ 39.03 29.01 13.21 -
YUV 145.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 225 115 90 0 0.49 0.60 0.12 11.11 0.69 0.62
Hex E1 73 5A 0 31 3C C B 45 3E
Octal 341 163 132 0 61 74 14 13 105 76
Binary 11100001 1110011 1011010 0 110001 111100 1100 1011 1000101 111110

Color Harmonies of #E1735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1735A

Black with #E1735A

Text Example


Text Example

White with #E1735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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