Html Css Color HEX #E26F31 Sorbus

📋 copy color: '#E26F31'

red 226 ◦ green 111 ◦ blue 49

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

Shades of Sorbus #E26F31

Tints of Sorbus #E26F31

RGB

 RED value IS 226 (88.67% from 255) = 58.55%

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

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

R = 58.55%
G = 28.76%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E26F31 (or 0xE26F31) is known color: Sorbus. HEX triplet: E2, 6F and 31. RGB value is (226,111,49). Sum of RGB (Red+Green+Blue) = 226+111+49=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F31 is #1D90CE. Grayscale: #8A8A8A. Windows color (decimal): -1937615 or 3239906. OLE color: 3239906.

HSL color Cylindrical-coordinate representation of color #E26F31: hue angle of 21.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E26F31 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 111 49 -
CMYK 0 0.51 0.78 0.11
HSL 21.02º 0.75% 0.54% -
HSV(B) 21.02º 0.78% 0.89% -
XYZ 37.6 27.76 6.28 -
YUV 138.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 226 111 49 0 0.51 0.78 0.11 21.02 0.75 0.54
Hex E2 6F 31 0 33 4E B 15 4B 36
Octal 342 157 61 0 63 116 13 25 113 66
Binary 11100010 1101111 110001 0 110011 1001110 1011 10101 1001011 110110

Color Harmonies of #E26F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F31

Black with #E26F31

Text Example


Text Example

White with #E26F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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