Html Css Color HEX #E76E55 Terra Cotta

📋 copy color: '#E76E55'

red 231 ◦ green 110 ◦ blue 85

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

Shades of Terra Cotta #E76E55

Tints of Terra Cotta #E76E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 54.23%
G = 25.82%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E76E55 (or 0xE76E55) is known color: Terra Cotta. HEX triplet: E7, 6E and 55. RGB value is (231,110,85). Sum of RGB (Red+Green+Blue) = 231+110+85=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E55 is #1891AA. Grayscale: #8F8F8F. Windows color (decimal): -1610155 or 5598951. OLE color: 5598951.

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

Color convert

RGB 231 110 85 -
CMYK 0 0.52 0.63 0.09
HSL 10.27º 0.75% 0.62% -
HSV(B) 10.27º 0.63% 0.91% -
XYZ 40.17 28.8 12.04 -
YUV 143.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 231 110 85 0 0.52 0.63 0.09 10.27 0.75 0.62
Hex E7 6E 55 0 34 3F 9 A 4B 3E
Octal 347 156 125 0 64 77 11 12 113 76
Binary 11100111 1101110 1010101 0 110100 111111 1001 1010 1001011 111110

Color Harmonies of #E76E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E55

Black with #E76E55

Text Example


Text Example

White with #E76E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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