Html Css Color HEX #E77066 Terra Cotta

📋 copy color: '#E77066'

red 231 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #E77066

Tints of Terra Cotta #E77066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 51.91%
G = 25.17%
B = 22.92%

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

#E77066 (or 0xE77066) is known color: Terra Cotta. HEX triplet: E7, 70 and 66. RGB value is (231,112,102). Sum of RGB (Red+Green+Blue) = 231+112+102=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E77066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77066 is #188F99. Grayscale: #929292. Windows color (decimal): -1609626 or 6713575. OLE color: 6713575.

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

Color convert

RGB 231 112 102 -
CMYK 0 0.52 0.56 0.09
HSL 4.65º 0.73% 0.65% -
HSV(B) 4.65º 0.56% 0.91% -
XYZ 41.15 29.54 16.1 -
YUV 146.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 231 112 102 0 0.52 0.56 0.09 4.65 0.73 0.65
Hex E7 70 66 0 34 38 9 5 49 41
Octal 347 160 146 0 64 70 11 5 111 101
Binary 11100111 1110000 1100110 0 110100 111000 1001 101 1001001 1000001

Color Harmonies of #E77066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77066

Black with #E77066

Text Example


Text Example

White with #E77066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77066; }

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

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

background-color css

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

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

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

border-color css

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

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

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