Html Css Color HEX #E86D58 Terra Cotta

📋 copy color: '#E86D58'

red 232 ◦ green 109 ◦ blue 88

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

Shades of Terra Cotta #E86D58

Tints of Terra Cotta #E86D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 54.08%
G = 25.41%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E86D58 (or 0xE86D58) is known color: Terra Cotta. HEX triplet: E8, 6D and 58. RGB value is (232,109,88). Sum of RGB (Red+Green+Blue) = 232+109+88=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D58 is #1792A7. Grayscale: #8F8F8F. Windows color (decimal): -1544872 or 5795304. OLE color: 5795304.

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

Color convert

RGB 232 109 88 -
CMYK 0 0.53 0.62 0.09
HSL 8.75º 0.76% 0.63% -
HSV(B) 8.75º 0.62% 0.91% -
XYZ 40.51 28.8 12.66 -
YUV 143.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 232 109 88 0 0.53 0.62 0.09 8.75 0.76 0.63
Hex E8 6D 58 0 35 3E 9 9 4C 3F
Octal 350 155 130 0 65 76 11 11 114 77
Binary 11101000 1101101 1011000 0 110101 111110 1001 1001 1001100 111111

Color Harmonies of #E86D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86D58

Black with #E86D58

Text Example


Text Example

White with #E86D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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