Html Css Color HEX #E86F31 Sorbus

📋 copy color: '#E86F31'

red 232 ◦ green 111 ◦ blue 49

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

Shades of Sorbus #E86F31

Tints of Sorbus #E86F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 59.18%
G = 28.32%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E86F31 (or 0xE86F31) is known color: Sorbus. HEX triplet: E8, 6F and 31. RGB value is (232,111,49). Sum of RGB (Red+Green+Blue) = 232+111+49=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86F31 is #1790CE. Grayscale: #8C8C8C. Windows color (decimal): -1544399 or 3239912. OLE color: 3239912.

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

Color convert

RGB 232 111 49 -
CMYK 0 0.52 0.79 0.09
HSL 20.33º 0.8% 0.55% -
HSV(B) 20.33º 0.79% 0.91% -
XYZ 39.52 28.75 6.37 -
YUV 140.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 232 111 49 0 0.52 0.79 0.09 20.33 0.8 0.55
Hex E8 6F 31 0 34 4F 9 14 50 37
Octal 350 157 61 0 64 117 11 24 120 67
Binary 11101000 1101111 110001 0 110100 1001111 1001 10100 1010000 110111

Color Harmonies of #E86F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F31

Black with #E86F31

Text Example


Text Example

White with #E86F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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