Html Css Color HEX #E76E68 Terra Cotta

📋 copy color: '#E76E68'

red 231 ◦ green 110 ◦ blue 104

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

Shades of Terra Cotta #E76E68

Tints of Terra Cotta #E76E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.72%

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 51.91%
G = 24.72%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76E68 (or 0xE76E68) is known color: Terra Cotta. HEX triplet: E7, 6E and 68. RGB value is (231,110,104). Sum of RGB (Red+Green+Blue) = 231+110+104=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E68 is #189197. Grayscale: #919191. Windows color (decimal): -1610136 or 6844135. OLE color: 6844135.

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

Color convert

RGB 231 110 104 -
CMYK 0 0.52 0.55 0.09
HSL 2.83º 0.73% 0.66% -
HSV(B) 2.83º 0.55% 0.91% -
XYZ 41.03 29.14 16.56 -
YUV 145.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 231 110 104 0 0.52 0.55 0.09 2.83 0.73 0.66
Hex E7 6E 68 0 34 37 9 3 49 42
Octal 347 156 150 0 64 67 11 3 111 102
Binary 11100111 1101110 1101000 0 110100 110111 1001 11 1001001 1000010

Color Harmonies of #E76E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E68

Black with #E76E68

Text Example


Text Example

White with #E76E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E68; }

 p { color: rgb(231,110,104); }

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

background-color css

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

 a { background-color: rgb(231,110,104); }

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

border-color css

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

 span { border-color: rgb(231,110,104); }

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