Html Css Color HEX #E76A5D Terra Cotta

📋 copy color: '#E76A5D'

red 231 ◦ green 106 ◦ blue 93

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

Shades of Terra Cotta #E76A5D

Tints of Terra Cotta #E76A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.65%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 53.72%
G = 24.65%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E76A5D (or 0xE76A5D) is known color: Terra Cotta. HEX triplet: E7, 6A and 5D. RGB value is (231,106,93). Sum of RGB (Red+Green+Blue) = 231+106+93=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A5D is #1895A2. Grayscale: #8E8E8E. Windows color (decimal): -1611171 or 6122215. OLE color: 6122215.

HSL color Cylindrical-coordinate representation of color #E76A5D: hue angle of 5.65º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E76A5D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 93 -
CMYK 0 0.54 0.60 0.09
HSL 5.65º 0.74% 0.64% -
HSV(B) 5.65º 0.6% 0.91% -
XYZ 40.08 28.09 13.66 -
YUV 141.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 231 106 93 0 0.54 0.60 0.09 5.65 0.74 0.64
Hex E7 6A 5D 0 36 3C 9 6 4A 40
Octal 347 152 135 0 66 74 11 6 112 100
Binary 11100111 1101010 1011101 0 110110 111100 1001 110 1001010 1000000

Color Harmonies of #E76A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A5D

Black with #E76A5D

Text Example


Text Example

White with #E76A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A5D; }

 p { color: rgb(231,106,93); }

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

background-color css

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

 a { background-color: rgb(231,106,93); }

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

border-color css

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

 span { border-color: rgb(231,106,93); }

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