Html Css Color HEX #E86F5E Terra Cotta

📋 copy color: '#E86F5E'

red 232 ◦ green 111 ◦ blue 94

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

Shades of Terra Cotta #E86F5E

Tints of Terra Cotta #E86F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 53.09%
G = 25.4%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E86F5E (or 0xE86F5E) is known color: Terra Cotta. HEX triplet: E8, 6F and 5E. RGB value is (232,111,94). Sum of RGB (Red+Green+Blue) = 232+111+94=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86F5E is #1790A1. Grayscale: #919191. Windows color (decimal): -1544354 or 6189032. OLE color: 6189032.

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

Color convert

RGB 232 111 94 -
CMYK 0 0.52 0.59 0.09
HSL 7.39º 0.75% 0.64% -
HSV(B) 7.39º 0.59% 0.91% -
XYZ 40.98 29.33 14.09 -
YUV 145.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 232 111 94 0 0.52 0.59 0.09 7.39 0.75 0.64
Hex E8 6F 5E 0 34 3B 9 7 4B 40
Octal 350 157 136 0 64 73 11 7 113 100
Binary 11101000 1101111 1011110 0 110100 111011 1001 111 1001011 1000000

Color Harmonies of #E86F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F5E

Black with #E86F5E

Text Example


Text Example

White with #E86F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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