Html Css Color HEX #E76A5E Terra Cotta

📋 copy color: '#E76A5E'

red 231 ◦ green 106 ◦ blue 94

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

Shades of Terra Cotta #E76A5E

Tints of Terra Cotta #E76A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 53.6%
G = 24.59%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E76A5E (or 0xE76A5E) is known color: Terra Cotta. HEX triplet: E7, 6A and 5E. RGB value is (231,106,94). Sum of RGB (Red+Green+Blue) = 231+106+94=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A5E is #1895A1. Grayscale: #8E8E8E. Windows color (decimal): -1611170 or 6187751. OLE color: 6187751.

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

Color convert

RGB 231 106 94 -
CMYK 0 0.54 0.59 0.09
HSL 5.26º 0.74% 0.64% -
HSV(B) 5.26º 0.59% 0.91% -
XYZ 40.13 28.11 13.9 -
YUV 142.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 231 106 94 0 0.54 0.59 0.09 5.26 0.74 0.64
Hex E7 6A 5E 0 36 3B 9 5 4A 40
Octal 347 152 136 0 66 73 11 5 112 100
Binary 11100111 1101010 1011110 0 110110 111011 1001 101 1001010 1000000

Color Harmonies of #E76A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A5E

Black with #E76A5E

Text Example


Text Example

White with #E76A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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