Html Css Color HEX #E86530 Sorbus

📋 copy color: '#E86530'

red 232 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #E86530

Tints of Sorbus #E86530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 60.89%
G = 26.51%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E86530 (or 0xE86530) is known color: Sorbus. HEX triplet: E8, 65 and 30. RGB value is (232,101,48). Sum of RGB (Red+Green+Blue) = 232+101+48=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E86530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86530 is #179ACF. Grayscale: #868686. Windows color (decimal): -1546960 or 3171816. OLE color: 3171816.

HSL color Cylindrical-coordinate representation of color #E86530: hue angle of 17.28º 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 #E86530 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 101 48 -
CMYK 0 0.56 0.79 0.09
HSL 17.28º 0.8% 0.55% -
HSV(B) 17.28º 0.79% 0.91% -
XYZ 38.47 26.68 5.92 -
YUV 134.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 232 101 48 0 0.56 0.79 0.09 17.28 0.8 0.55
Hex E8 65 30 0 38 4F 9 11 50 37
Octal 350 145 60 0 70 117 11 21 120 67
Binary 11101000 1100101 110000 0 111000 1001111 1001 10001 1010000 110111

Color Harmonies of #E86530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86530

Black with #E86530

Text Example


Text Example

White with #E86530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86530; }

 p { color: rgb(232,101,48); }

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

background-color css

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

 a { background-color: rgb(232,101,48); }

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

border-color css

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

 span { border-color: rgb(232,101,48); }

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