Html Css Color HEX #E86C5A Terra Cotta

📋 copy color: '#E86C5A'

red 232 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #E86C5A

Tints of Terra Cotta #E86C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 53.95%
G = 25.12%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E86C5A (or 0xE86C5A) is known color: Terra Cotta. HEX triplet: E8, 6C and 5A. RGB value is (232,108,90). Sum of RGB (Red+Green+Blue) = 232+108+90=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86C5A is #1793A5. Grayscale: #8F8F8F. Windows color (decimal): -1545126 or 5926120. OLE color: 5926120.

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

Color convert

RGB 232 108 90 -
CMYK 0 0.53 0.61 0.09
HSL 7.61º 0.76% 0.63% -
HSV(B) 7.61º 0.61% 0.91% -
XYZ 40.49 28.62 13.06 -
YUV 143.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 232 108 90 0 0.53 0.61 0.09 7.61 0.76 0.63
Hex E8 6C 5A 0 35 3D 9 8 4C 3F
Octal 350 154 132 0 65 75 11 10 114 77
Binary 11101000 1101100 1011010 0 110101 111101 1001 1000 1001100 111111

Color Harmonies of #E86C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86C5A

Black with #E86C5A

Text Example


Text Example

White with #E86C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86C5A; }

 p { color: rgb(232,108,90); }

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

background-color css

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

 a { background-color: rgb(232,108,90); }

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

border-color css

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

 span { border-color: rgb(232,108,90); }

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