Html Css Color HEX #E86F66 Terra Cotta

📋 copy color: '#E86F66'

red 232 ◦ green 111 ◦ blue 102

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

Shades of Terra Cotta #E86F66

Tints of Terra Cotta #E86F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 52.13%
G = 24.94%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E86F66 (or 0xE86F66) is known color: Terra Cotta. HEX triplet: E8, 6F and 66. RGB value is (232,111,102). Sum of RGB (Red+Green+Blue) = 232+111+102=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86F66 is #179099. Grayscale: #929292. Windows color (decimal): -1544346 or 6713320. OLE color: 6713320.

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

Color convert

RGB 232 111 102 -
CMYK 0 0.52 0.56 0.09
HSL 4.15º 0.74% 0.65% -
HSV(B) 4.15º 0.56% 0.91% -
XYZ 41.36 29.48 16.08 -
YUV 146.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 232 111 102 0 0.52 0.56 0.09 4.15 0.74 0.65
Hex E8 6F 66 0 34 38 9 4 4A 41
Octal 350 157 146 0 64 70 11 4 112 101
Binary 11101000 1101111 1100110 0 110100 111000 1001 100 1001010 1000001

Color Harmonies of #E86F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F66

Black with #E86F66

Text Example


Text Example

White with #E86F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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