Html Css Color HEX #E56960 Terra Cotta

📋 copy color: '#E56960'

red 229 ◦ green 105 ◦ blue 96

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

Shades of Terra Cotta #E56960

Tints of Terra Cotta #E56960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

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

R = 53.26%
G = 24.42%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E56960 (or 0xE56960) is known color: Terra Cotta. HEX triplet: E5, 69 and 60. RGB value is (229,105,96). Sum of RGB (Red+Green+Blue) = 229+105+96=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E56960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56960 is #1A969F. Grayscale: #8D8D8D. Windows color (decimal): -1742496 or 6318565. OLE color: 6318565.

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

Color convert

RGB 229 105 96 -
CMYK 0 0.54 0.58 0.10
HSL 4.06º 0.72% 0.64% -
HSV(B) 4.06º 0.58% 0.9% -
XYZ 39.48 27.61 14.31 -
YUV 141.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 229 105 96 0 0.54 0.58 0.10 4.06 0.72 0.64
Hex E5 69 60 0 36 3A A 4 48 40
Octal 345 151 140 0 66 72 12 4 110 100
Binary 11100101 1101001 1100000 0 110110 111010 1010 100 1001000 1000000

Color Harmonies of #E56960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56960

Black with #E56960

Text Example


Text Example

White with #E56960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56960; }

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

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

background-color css

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

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

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

border-color css

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

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

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