Html Css Color HEX #E86F56 Terra Cotta

📋 copy color: '#E86F56'

red 232 ◦ green 111 ◦ blue 86

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

Shades of Terra Cotta #E86F56

Tints of Terra Cotta #E86F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 54.08%
G = 25.87%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E86F56 (or 0xE86F56) is known color: Terra Cotta. HEX triplet: E8, 6F and 56. RGB value is (232,111,86). Sum of RGB (Red+Green+Blue) = 232+111+86=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86F56 is #1790A9. Grayscale: #909090. Windows color (decimal): -1544362 or 5664744. OLE color: 5664744.

HSL color Cylindrical-coordinate representation of color #E86F56: hue angle of 10.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E86F56 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 111 86 -
CMYK 0 0.52 0.63 0.09
HSL 10.27º 0.76% 0.62% -
HSV(B) 10.27º 0.63% 0.91% -
XYZ 40.64 29.2 12.3 -
YUV 144.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 232 111 86 0 0.52 0.63 0.09 10.27 0.76 0.62
Hex E8 6F 56 0 34 3F 9 A 4C 3E
Octal 350 157 126 0 64 77 11 12 114 76
Binary 11101000 1101111 1010110 0 110100 111111 1001 1010 1001100 111110

Color Harmonies of #E86F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F56

Black with #E86F56

Text Example


Text Example

White with #E86F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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