Html Css Color HEX #E7745A Terra Cotta

📋 copy color: '#E7745A'

red 231 ◦ green 116 ◦ blue 90

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

Shades of Terra Cotta #E7745A

Tints of Terra Cotta #E7745A

RGB

 RED value IS 231 (90.63% from 255) = 52.86%

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

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

R = 52.86%
G = 26.54%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7745A (or 0xE7745A) is known color: Terra Cotta. HEX triplet: E7, 74 and 5A. RGB value is (231,116,90). Sum of RGB (Red+Green+Blue) = 231+116+90=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7745A is #188BA5. Grayscale: #939393. Windows color (decimal): -1608614 or 5928167. OLE color: 5928167.

HSL color Cylindrical-coordinate representation of color #E7745A: hue angle of 11.06º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7745A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 90 -
CMYK 0 0.50 0.61 0.09
HSL 11.06º 0.75% 0.63% -
HSV(B) 11.06º 0.61% 0.91% -
XYZ 41.05 30.22 13.34 -
YUV 147.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 231 116 90 0 0.50 0.61 0.09 11.06 0.75 0.63
Hex E7 74 5A 0 32 3D 9 B 4B 3F
Octal 347 164 132 0 62 75 11 13 113 77
Binary 11100111 1110100 1011010 0 110010 111101 1001 1011 1001011 111111

Color Harmonies of #E7745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7745A

Black with #E7745A

Text Example


Text Example

White with #E7745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7745A; }

 p { color: rgb(231,116,90); }

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

background-color css

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

 a { background-color: rgb(231,116,90); }

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

border-color css

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

 span { border-color: rgb(231,116,90); }

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