Html Css Color HEX #E77065 Terra Cotta

📋 copy color: '#E77065'

red 231 ◦ green 112 ◦ blue 101

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

Shades of Terra Cotta #E77065

Tints of Terra Cotta #E77065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 52.03%
G = 25.23%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E77065 (or 0xE77065) is known color: Terra Cotta. HEX triplet: E7, 70 and 65. RGB value is (231,112,101). Sum of RGB (Red+Green+Blue) = 231+112+101=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E77065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77065 is #188F9A. Grayscale: #929292. Windows color (decimal): -1609627 or 6648039. OLE color: 6648039.

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

Color convert

RGB 231 112 101 -
CMYK 0 0.52 0.56 0.09
HSL 5.08º 0.73% 0.65% -
HSV(B) 5.08º 0.56% 0.91% -
XYZ 41.1 29.52 15.84 -
YUV 146.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 231 112 101 0 0.52 0.56 0.09 5.08 0.73 0.65
Hex E7 70 65 0 34 38 9 5 49 41
Octal 347 160 145 0 64 70 11 5 111 101
Binary 11100111 1110000 1100101 0 110100 111000 1001 101 1001001 1000001

Color Harmonies of #E77065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77065

Black with #E77065

Text Example


Text Example

White with #E77065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77065; }

 p { color: rgb(231,112,101); }

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

background-color css

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

 a { background-color: rgb(231,112,101); }

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

border-color css

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

 span { border-color: rgb(231,112,101); }

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