Html Css Color HEX #E86F63 Terra Cotta

📋 copy color: '#E86F63'

red 232 ◦ green 111 ◦ blue 99

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

Shades of Terra Cotta #E86F63

Tints of Terra Cotta #E86F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

 BLUE value IS 99 (39.06% from 255) = 22.4%

R = 52.49%
G = 25.11%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E86F63 (or 0xE86F63) is known color: Terra Cotta. HEX triplet: E8, 6F and 63. RGB value is (232,111,99). Sum of RGB (Red+Green+Blue) = 232+111+99=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86F63 is #17909C. Grayscale: #919191. Windows color (decimal): -1544349 or 6516712. OLE color: 6516712.

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

Color convert

RGB 232 111 99 -
CMYK 0 0.52 0.57 0.09
HSL 5.41º 0.74% 0.65% -
HSV(B) 5.41º 0.57% 0.91% -
XYZ 41.22 29.43 15.31 -
YUV 145.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 232 111 99 0 0.52 0.57 0.09 5.41 0.74 0.65
Hex E8 6F 63 0 34 39 9 5 4A 41
Octal 350 157 143 0 64 71 11 5 112 101
Binary 11101000 1101111 1100011 0 110100 111001 1001 101 1001010 1000001

Color Harmonies of #E86F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F63

Black with #E86F63

Text Example


Text Example

White with #E86F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F63; }

 p { color: rgb(232,111,99); }

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

background-color css

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

 a { background-color: rgb(232,111,99); }

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

border-color css

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

 span { border-color: rgb(232,111,99); }

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