Html Css Color HEX #E77364 Terra Cotta

📋 copy color: '#E77364'

red 231 ◦ green 115 ◦ blue 100

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

Shades of Terra Cotta #E77364

Tints of Terra Cotta #E77364

RGB

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

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

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

R = 51.79%
G = 25.78%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E77364 (or 0xE77364) is known color: Terra Cotta. HEX triplet: E7, 73 and 64. RGB value is (231,115,100). Sum of RGB (Red+Green+Blue) = 231+115+100=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E77364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77364 is #188C9B. Grayscale: #949494. Windows color (decimal): -1608860 or 6583271. OLE color: 6583271.

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

Color convert

RGB 231 115 100 -
CMYK 0 0.50 0.57 0.09
HSL 6.87º 0.73% 0.65% -
HSV(B) 6.87º 0.57% 0.91% -
XYZ 41.39 30.17 15.7 -
YUV 147.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 231 115 100 0 0.50 0.57 0.09 6.87 0.73 0.65
Hex E7 73 64 0 32 39 9 7 49 41
Octal 347 163 144 0 62 71 11 7 111 101
Binary 11100111 1110011 1100100 0 110010 111001 1001 111 1001001 1000001

Color Harmonies of #E77364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77364

Black with #E77364

Text Example


Text Example

White with #E77364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77364; }

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

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

background-color css

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

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

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

border-color css

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

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

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