Html Css Color HEX #E77061 Terra Cotta

📋 copy color: '#E77061'

red 231 ◦ green 112 ◦ blue 97

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

Shades of Terra Cotta #E77061

Tints of Terra Cotta #E77061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 52.5%
G = 25.45%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E77061 (or 0xE77061) is known color: Terra Cotta. HEX triplet: E7, 70 and 61. RGB value is (231,112,97). Sum of RGB (Red+Green+Blue) = 231+112+97=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E77061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77061 is #188F9E. Grayscale: #929292. Windows color (decimal): -1609631 or 6385895. OLE color: 6385895.

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

Color convert

RGB 231 112 97 -
CMYK 0 0.52 0.58 0.09
HSL 6.72º 0.74% 0.64% -
HSV(B) 6.72º 0.58% 0.91% -
XYZ 40.91 29.44 14.84 -
YUV 145.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 231 112 97 0 0.52 0.58 0.09 6.72 0.74 0.64
Hex E7 70 61 0 34 3A 9 7 4A 40
Octal 347 160 141 0 64 72 11 7 112 100
Binary 11100111 1110000 1100001 0 110100 111010 1001 111 1001010 1000000

Color Harmonies of #E77061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77061

Black with #E77061

Text Example


Text Example

White with #E77061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77061; }

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

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

background-color css

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

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

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

border-color css

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

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

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