Html Css Color HEX #E86965 Terra Cotta

📋 copy color: '#E86965'

red 232 ◦ green 105 ◦ blue 101

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

Shades of Terra Cotta #E86965

Tints of Terra Cotta #E86965

RGB

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

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

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

R = 52.97%
G = 23.97%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E86965 (or 0xE86965) is known color: Terra Cotta. HEX triplet: E8, 69 and 65. RGB value is (232,105,101). Sum of RGB (Red+Green+Blue) = 232+105+101=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E86965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86965 is #17969A. Grayscale: #8E8E8E. Windows color (decimal): -1545883 or 6646248. OLE color: 6646248.

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

Color convert

RGB 232 105 101 -
CMYK 0 0.55 0.56 0.09
HSL 1.83º 0.74% 0.65% -
HSV(B) 1.83º 0.56% 0.91% -
XYZ 40.68 28.2 15.61 -
YUV 142.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 232 105 101 0 0.55 0.56 0.09 1.83 0.74 0.65
Hex E8 69 65 0 37 38 9 2 4A 41
Octal 350 151 145 0 67 70 11 2 112 101
Binary 11101000 1101001 1100101 0 110111 111000 1001 10 1001010 1000001

Color Harmonies of #E86965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86965

Black with #E86965

Text Example


Text Example

White with #E86965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86965; }

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

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

background-color css

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

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

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

border-color css

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

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

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