Html Css Color HEX #E1745B Terra Cotta

📋 copy color: '#E1745B'

red 225 ◦ green 116 ◦ blue 91

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

Shades of Terra Cotta #E1745B

Tints of Terra Cotta #E1745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 52.08%
G = 26.85%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1745B (or 0xE1745B) is known color: Terra Cotta. HEX triplet: E1, 74 and 5B. RGB value is (225,116,91). Sum of RGB (Red+Green+Blue) = 225+116+91=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1745B is #1E8BA4. Grayscale: #919191. Windows color (decimal): -2001829 or 5993697. OLE color: 5993697.

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

Color convert

RGB 225 116 91 -
CMYK 0 0.48 0.60 0.12
HSL 11.19º 0.69% 0.62% -
HSV(B) 11.19º 0.6% 0.88% -
XYZ 39.19 29.25 13.48 -
YUV 145.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 225 116 91 0 0.48 0.60 0.12 11.19 0.69 0.62
Hex E1 74 5B 0 30 3C C B 45 3E
Octal 341 164 133 0 60 74 14 13 105 76
Binary 11100001 1110100 1011011 0 110000 111100 1100 1011 1000101 111110

Color Harmonies of #E1745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1745B

Black with #E1745B

Text Example


Text Example

White with #E1745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1745B; }

 p { color: rgb(225,116,91); }

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

background-color css

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

 a { background-color: rgb(225,116,91); }

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

border-color css

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

 span { border-color: rgb(225,116,91); }

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