Html Css Color HEX #E76E64 Terra Cotta

📋 copy color: '#E76E64'

red 231 ◦ green 110 ◦ blue 100

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

Shades of Terra Cotta #E76E64

Tints of Terra Cotta #E76E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 52.38%
G = 24.94%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E76E64 (or 0xE76E64) is known color: Terra Cotta. HEX triplet: E7, 6E and 64. RGB value is (231,110,100). Sum of RGB (Red+Green+Blue) = 231+110+100=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E64 is #18919B. Grayscale: #919191. Windows color (decimal): -1610140 or 6581991. OLE color: 6581991.

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

Color convert

RGB 231 110 100 -
CMYK 0 0.52 0.57 0.09
HSL 4.58º 0.73% 0.65% -
HSV(B) 4.58º 0.57% 0.91% -
XYZ 40.83 29.06 15.51 -
YUV 145.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 231 110 100 0 0.52 0.57 0.09 4.58 0.73 0.65
Hex E7 6E 64 0 34 39 9 5 49 41
Octal 347 156 144 0 64 71 11 5 111 101
Binary 11100111 1101110 1100100 0 110100 111001 1001 101 1001001 1000001

Color Harmonies of #E76E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E64

Black with #E76E64

Text Example


Text Example

White with #E76E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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