Html Css Color HEX #E86C55 Terra Cotta

📋 copy color: '#E86C55'

red 232 ◦ green 108 ◦ blue 85

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

Shades of Terra Cotta #E86C55

Tints of Terra Cotta #E86C55

RGB

 RED value IS 232 (91.02% from 255) = 54.59%

 GREEN value IS 108 (42.58% from 255) = 25.41%

 BLUE value IS 85 (33.59% from 255) = 20%

R = 54.59%
G = 25.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E86C55 (or 0xE86C55) is known color: Terra Cotta. HEX triplet: E8, 6C and 55. RGB value is (232,108,85). Sum of RGB (Red+Green+Blue) = 232+108+85=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86C55 is #1793AA. Grayscale: #8E8E8E. Windows color (decimal): -1545131 or 5598440. OLE color: 5598440.

HSL color Cylindrical-coordinate representation of color #E86C55: hue angle of 9.39º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E86C55 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 108 85 -
CMYK 0 0.53 0.63 0.09
HSL 9.39º 0.76% 0.62% -
HSV(B) 9.39º 0.63% 0.91% -
XYZ 40.28 28.54 11.98 -
YUV 142.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 232 108 85 0 0.53 0.63 0.09 9.39 0.76 0.62
Hex E8 6C 55 0 35 3F 9 9 4C 3E
Octal 350 154 125 0 65 77 11 11 114 76
Binary 11101000 1101100 1010101 0 110101 111111 1001 1001 1001100 111110

Color Harmonies of #E86C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86C55

Black with #E86C55

Text Example


Text Example

White with #E86C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86C55; }

 p { color: rgb(232,108,85); }

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

background-color css

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

 a { background-color: rgb(232,108,85); }

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

border-color css

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

 span { border-color: rgb(232,108,85); }

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