Html Css Color HEX #E57260 Terra Cotta

📋 copy color: '#E57260'

red 229 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #E57260

Tints of Terra Cotta #E57260

RGB

 RED value IS 229 (89.84% from 255) = 52.16%

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

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

R = 52.16%
G = 25.97%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E57260 (or 0xE57260) is known color: Terra Cotta. HEX triplet: E5, 72 and 60. RGB value is (229,114,96). Sum of RGB (Red+Green+Blue) = 229+114+96=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E57260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57260 is #1A8D9F. Grayscale: #929292. Windows color (decimal): -1740192 or 6320869. OLE color: 6320869.

HSL color Cylindrical-coordinate representation of color #E57260: hue angle of 8.12º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E57260 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 96 -
CMYK 0 0.50 0.58 0.10
HSL 8.12º 0.72% 0.64% -
HSV(B) 8.12º 0.58% 0.9% -
XYZ 40.44 29.54 14.64 -
YUV 146.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 229 114 96 0 0.50 0.58 0.10 8.12 0.72 0.64
Hex E5 72 60 0 32 3A A 8 48 40
Octal 345 162 140 0 62 72 12 10 110 100
Binary 11100101 1110010 1100000 0 110010 111010 1010 1000 1001000 1000000

Color Harmonies of #E57260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57260

Black with #E57260

Text Example


Text Example

White with #E57260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57260; }

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

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

background-color css

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

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

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

border-color css

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

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

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