Html Css Color HEX #E86A66 Terra Cotta

📋 copy color: '#E86A66'

red 232 ◦ green 106 ◦ blue 102

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

Shades of Terra Cotta #E86A66

Tints of Terra Cotta #E86A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

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

R = 52.73%
G = 24.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E86A66 (or 0xE86A66) is known color: Terra Cotta. HEX triplet: E8, 6A and 66. RGB value is (232,106,102). Sum of RGB (Red+Green+Blue) = 232+106+102=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86A66 is #179599. Grayscale: #8F8F8F. Windows color (decimal): -1545626 or 6712040. OLE color: 6712040.

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

Color convert

RGB 232 106 102 -
CMYK 0 0.54 0.56 0.09
HSL 1.85º 0.74% 0.65% -
HSV(B) 1.85º 0.56% 0.91% -
XYZ 40.83 28.42 15.9 -
YUV 143.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 232 106 102 0 0.54 0.56 0.09 1.85 0.74 0.65
Hex E8 6A 66 0 36 38 9 2 4A 41
Octal 350 152 146 0 66 70 11 2 112 101
Binary 11101000 1101010 1100110 0 110110 111000 1001 10 1001010 1000001

Color Harmonies of #E86A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86A66

Black with #E86A66

Text Example


Text Example

White with #E86A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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