Html Css Color HEX #E26540 Sorbus

📋 copy color: '#E26540'

red 226 ◦ green 101 ◦ blue 64

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

Shades of Sorbus #E26540

Tints of Sorbus #E26540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 57.8%
G = 25.83%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E26540 (or 0xE26540) is known color: Sorbus. HEX triplet: E2, 65 and 40. RGB value is (226,101,64). Sum of RGB (Red+Green+Blue) = 226+101+64=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E26540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26540 is #1D9ABF. Grayscale: #868686. Windows color (decimal): -1940160 or 4220386. OLE color: 4220386.

HSL color Cylindrical-coordinate representation of color #E26540: hue angle of 13.7º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E26540 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 101 64 -
CMYK 0 0.55 0.72 0.11
HSL 13.7º 0.74% 0.57% -
HSV(B) 13.7º 0.72% 0.89% -
XYZ 36.94 25.85 7.89 -
YUV 134.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 226 101 64 0 0.55 0.72 0.11 13.7 0.74 0.57
Hex E2 65 40 0 37 48 B E 4A 39
Octal 342 145 100 0 67 110 13 16 112 71
Binary 11100010 1100101 1000000 0 110111 1001000 1011 1110 1001010 111001

Color Harmonies of #E26540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26540

Black with #E26540

Text Example


Text Example

White with #E26540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26540; }

 p { color: rgb(226,101,64); }

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

background-color css

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

 a { background-color: rgb(226,101,64); }

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

border-color css

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

 span { border-color: rgb(226,101,64); }

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