Html Css Color HEX #E86D64 Terra Cotta

📋 copy color: '#E86D64'

red 232 ◦ green 109 ◦ blue 100

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

Shades of Terra Cotta #E86D64

Tints of Terra Cotta #E86D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.72%

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 52.61%
G = 24.72%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E86D64 (or 0xE86D64) is known color: Terra Cotta. HEX triplet: E8, 6D and 64. RGB value is (232,109,100). Sum of RGB (Red+Green+Blue) = 232+109+100=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D64 is #17929B. Grayscale: #909090. Windows color (decimal): -1544860 or 6581736. OLE color: 6581736.

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

Color convert

RGB 232 109 100 -
CMYK 0 0.53 0.57 0.09
HSL 4.09º 0.74% 0.65% -
HSV(B) 4.09º 0.57% 0.91% -
XYZ 41.05 29.01 15.49 -
YUV 144.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 232 109 100 0 0.53 0.57 0.09 4.09 0.74 0.65
Hex E8 6D 64 0 35 39 9 4 4A 41
Octal 350 155 144 0 65 71 11 4 112 101
Binary 11101000 1101101 1100100 0 110101 111001 1001 100 1001010 1000001

Color Harmonies of #E86D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86D64

Black with #E86D64

Text Example


Text Example

White with #E86D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86D64; }

 p { color: rgb(232,109,100); }

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

background-color css

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

 a { background-color: rgb(232,109,100); }

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

border-color css

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

 span { border-color: rgb(232,109,100); }

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