Html Css Color HEX #E77460 Terra Cotta

📋 copy color: '#E77460'

red 231 ◦ green 116 ◦ blue 96

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

Shades of Terra Cotta #E77460

Tints of Terra Cotta #E77460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 52.14%
G = 26.19%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E77460 (or 0xE77460) is known color: Terra Cotta. HEX triplet: E7, 74 and 60. RGB value is (231,116,96). Sum of RGB (Red+Green+Blue) = 231+116+96=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E77460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77460 is #188B9F. Grayscale: #949494. Windows color (decimal): -1608608 or 6321383. OLE color: 6321383.

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

Color convert

RGB 231 116 96 -
CMYK 0 0.50 0.58 0.09
HSL 8.89º 0.74% 0.64% -
HSV(B) 8.89º 0.58% 0.91% -
XYZ 41.31 30.32 14.74 -
YUV 148.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 231 116 96 0 0.50 0.58 0.09 8.89 0.74 0.64
Hex E7 74 60 0 32 3A 9 9 4A 40
Octal 347 164 140 0 62 72 11 11 112 100
Binary 11100111 1110100 1100000 0 110010 111010 1001 1001 1001010 1000000

Color Harmonies of #E77460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77460

Black with #E77460

Text Example


Text Example

White with #E77460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77460; }

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

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

background-color css

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

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

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

border-color css

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

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

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