Html Css Color HEX #E77360 Terra Cotta

📋 copy color: '#E77360'

red 231 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #E77360

Tints of Terra Cotta #E77360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 52.26%
G = 26.02%
B = 21.72%

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

#E77360 (or 0xE77360) is known color: Terra Cotta. HEX triplet: E7, 73 and 60. RGB value is (231,115,96). Sum of RGB (Red+Green+Blue) = 231+115+96=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E77360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77360 is #188C9F. Grayscale: #939393. Windows color (decimal): -1608864 or 6321127. OLE color: 6321127.

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

Color convert

RGB 231 115 96 -
CMYK 0 0.50 0.58 0.09
HSL 8.44º 0.74% 0.64% -
HSV(B) 8.44º 0.58% 0.91% -
XYZ 41.2 30.09 14.7 -
YUV 147.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 231 115 96 0 0.50 0.58 0.09 8.44 0.74 0.64
Hex E7 73 60 0 32 3A 9 8 4A 40
Octal 347 163 140 0 62 72 11 10 112 100
Binary 11100111 1110011 1100000 0 110010 111010 1001 1000 1001010 1000000

Color Harmonies of #E77360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77360

Black with #E77360

Text Example


Text Example

White with #E77360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77360; }

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

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

background-color css

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

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

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

border-color css

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

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

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