Html Css Color HEX #E86A3F Sorbus

📋 copy color: '#E86A3F'

red 232 ◦ green 106 ◦ blue 63

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

Shades of Sorbus #E86A3F

Tints of Sorbus #E86A3F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 63 (25% from 255) = 15.71%

R = 57.86%
G = 26.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E86A3F (or 0xE86A3F) is known color: Sorbus. HEX triplet: E8, 6A and 3F. RGB value is (232,106,63). Sum of RGB (Red+Green+Blue) = 232+106+63=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86A3F is #1795C0. Grayscale: #8B8B8B. Windows color (decimal): -1545665 or 4156136. OLE color: 4156136.

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

Color convert

RGB 232 106 63 -
CMYK 0 0.54 0.73 0.09
HSL 15.27º 0.79% 0.58% -
HSV(B) 15.27º 0.73% 0.91% -
XYZ 39.33 27.82 8 -
YUV 138.77 85.24 194.5 -
System Red Green Blue C M Y K H S L
Decimal 232 106 63 0 0.54 0.73 0.09 15.27 0.79 0.58
Hex E8 6A 3F 0 36 49 9 F 4F 3A
Octal 350 152 77 0 66 111 11 17 117 72
Binary 11101000 1101010 111111 0 110110 1001001 1001 1111 1001111 111010

Color Harmonies of #E86A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86A3F

Black with #E86A3F

Text Example


Text Example

White with #E86A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86A3F; }

 p { color: rgb(232,106,63); }

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

background-color css

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

 a { background-color: rgb(232,106,63); }

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

border-color css

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

 span { border-color: rgb(232,106,63); }

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