Html Css Color HEX #E76E5D Terra Cotta

📋 copy color: '#E76E5D'

red 231 ◦ green 110 ◦ blue 93

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

Shades of Terra Cotta #E76E5D

Tints of Terra Cotta #E76E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

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

R = 53.23%
G = 25.35%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E76E5D (or 0xE76E5D) is known color: Terra Cotta. HEX triplet: E7, 6E and 5D. RGB value is (231,110,93). Sum of RGB (Red+Green+Blue) = 231+110+93=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E5D is #1891A2. Grayscale: #909090. Windows color (decimal): -1610147 or 6123239. OLE color: 6123239.

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

Color convert

RGB 231 110 93 -
CMYK 0 0.52 0.60 0.09
HSL 7.39º 0.74% 0.64% -
HSV(B) 7.39º 0.6% 0.91% -
XYZ 40.51 28.93 13.81 -
YUV 144.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 231 110 93 0 0.52 0.60 0.09 7.39 0.74 0.64
Hex E7 6E 5D 0 34 3C 9 7 4A 40
Octal 347 156 135 0 64 74 11 7 112 100
Binary 11100111 1101110 1011101 0 110100 111100 1001 111 1001010 1000000

Color Harmonies of #E76E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E5D

Black with #E76E5D

Text Example


Text Example

White with #E76E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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