Html Css Color HEX #E76D60 Terra Cotta

📋 copy color: '#E76D60'

red 231 ◦ green 109 ◦ blue 96

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

Shades of Terra Cotta #E76D60

Tints of Terra Cotta #E76D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 52.98%
G = 25%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E76D60 (or 0xE76D60) is known color: Terra Cotta. HEX triplet: E7, 6D and 60. RGB value is (231,109,96). Sum of RGB (Red+Green+Blue) = 231+109+96=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D60 is #18929F. Grayscale: #909090. Windows color (decimal): -1610400 or 6319591. OLE color: 6319591.

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

Color convert

RGB 231 109 96 -
CMYK 0 0.53 0.58 0.09
HSL 5.78º 0.74% 0.64% -
HSV(B) 5.78º 0.58% 0.91% -
XYZ 40.53 28.77 14.48 -
YUV 144 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 231 109 96 0 0.53 0.58 0.09 5.78 0.74 0.64
Hex E7 6D 60 0 35 3A 9 6 4A 40
Octal 347 155 140 0 65 72 11 6 112 100
Binary 11100111 1101101 1100000 0 110101 111010 1001 110 1001010 1000000

Color Harmonies of #E76D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D60

Black with #E76D60

Text Example


Text Example

White with #E76D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D60; }

 p { color: rgb(231,109,96); }

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

background-color css

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

 a { background-color: rgb(231,109,96); }

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

border-color css

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

 span { border-color: rgb(231,109,96); }

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