Html Css Color HEX #E26440 Sorbus

📋 copy color: '#E26440'

red 226 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #E26440

Tints of Sorbus #E26440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

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

R = 57.95%
G = 25.64%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E26440 (or 0xE26440) is known color: Sorbus. HEX triplet: E2, 64 and 40. RGB value is (226,100,64). Sum of RGB (Red+Green+Blue) = 226+100+64=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E26440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26440 is #1D9BBF. Grayscale: #858585. Windows color (decimal): -1940416 or 4220130. OLE color: 4220130.

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

Color convert

RGB 226 100 64 -
CMYK 0 0.56 0.72 0.11
HSL 13.33º 0.74% 0.57% -
HSV(B) 13.33º 0.72% 0.89% -
XYZ 36.85 25.65 7.86 -
YUV 133.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 226 100 64 0 0.56 0.72 0.11 13.33 0.74 0.57
Hex E2 64 40 0 38 48 B D 4A 39
Octal 342 144 100 0 70 110 13 15 112 71
Binary 11100010 1100100 1000000 0 111000 1001000 1011 1101 1001010 111001

Color Harmonies of #E26440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26440

Black with #E26440

Text Example


Text Example

White with #E26440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26440; }

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

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

background-color css

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

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

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

border-color css

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

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

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