Html Css Color HEX #E86D65 Terra Cotta

📋 copy color: '#E86D65'

red 232 ◦ green 109 ◦ blue 101

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

Shades of Terra Cotta #E86D65

Tints of Terra Cotta #E86D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 52.49%
G = 24.66%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E86D65 (or 0xE86D65) is known color: Terra Cotta. HEX triplet: E8, 6D and 65. RGB value is (232,109,101). Sum of RGB (Red+Green+Blue) = 232+109+101=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D65 is #17929A. Grayscale: #919191. Windows color (decimal): -1544859 or 6647272. OLE color: 6647272.

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

Color convert

RGB 232 109 101 -
CMYK 0 0.53 0.56 0.09
HSL 3.66º 0.74% 0.65% -
HSV(B) 3.66º 0.56% 0.91% -
XYZ 41.1 29.03 15.75 -
YUV 144.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 232 109 101 0 0.53 0.56 0.09 3.66 0.74 0.65
Hex E8 6D 65 0 35 38 9 4 4A 41
Octal 350 155 145 0 65 70 11 4 112 101
Binary 11101000 1101101 1100101 0 110101 111000 1001 100 1001010 1000001

Color Harmonies of #E86D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86D65

Black with #E86D65

Text Example


Text Example

White with #E86D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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