Html Css Color HEX #E26131 Sorbus

📋 copy color: '#E26131'

red 226 ◦ green 97 ◦ blue 49

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

Shades of Sorbus #E26131

Tints of Sorbus #E26131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.08%

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

R = 60.75%
G = 26.08%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E26131 (or 0xE26131) is known color: Sorbus. HEX triplet: E2, 61 and 31. RGB value is (226,97,49). Sum of RGB (Red+Green+Blue) = 226+97+49=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E26131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26131 is #1D9ECE. Grayscale: #828282. Windows color (decimal): -1941199 or 3236322. OLE color: 3236322.

HSL color Cylindrical-coordinate representation of color #E26131: hue angle of 16.27º 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 #E26131 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 97 49 -
CMYK 0 0.57 0.78 0.11
HSL 16.27º 0.75% 0.54% -
HSV(B) 16.27º 0.78% 0.89% -
XYZ 36.19 24.94 5.81 -
YUV 130.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 226 97 49 0 0.57 0.78 0.11 16.27 0.75 0.54
Hex E2 61 31 0 39 4E B 10 4B 36
Octal 342 141 61 0 71 116 13 20 113 66
Binary 11100010 1100001 110001 0 111001 1001110 1011 10000 1001011 110110

Color Harmonies of #E26131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26131

Black with #E26131

Text Example


Text Example

White with #E26131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26131; }

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

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

background-color css

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

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

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

border-color css

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

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

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