Html Css Color HEX #E77260 Terra Cotta

📋 copy color: '#E77260'

red 231 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #E77260

Tints of Terra Cotta #E77260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 52.38%
G = 25.85%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E77260 (or 0xE77260) is known color: Terra Cotta. HEX triplet: E7, 72 and 60. RGB value is (231,114,96). Sum of RGB (Red+Green+Blue) = 231+114+96=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E77260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77260 is #188D9F. Grayscale: #939393. Windows color (decimal): -1609120 or 6320871. OLE color: 6320871.

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

Color convert

RGB 231 114 96 -
CMYK 0 0.51 0.58 0.09
HSL 0.74% 0.64% -
HSV(B) 0.58% 0.91% -
XYZ 41.08 29.87 14.67 -
YUV 146.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 231 114 96 0 0.51 0.58 0.09 8 0.74 0.64
Hex E7 72 60 0 33 3A 9 8 4A 40
Octal 347 162 140 0 63 72 11 10 112 100
Binary 11100111 1110010 1100000 0 110011 111010 1001 1000 1001010 1000000

Color Harmonies of #E77260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77260

Black with #E77260

Text Example


Text Example

White with #E77260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77260; }

 p { color: rgb(231,114,96); }

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

background-color css

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

 a { background-color: rgb(231,114,96); }

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

border-color css

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

 span { border-color: rgb(231,114,96); }

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