Html Css Color HEX #E26240 Sorbus

📋 copy color: '#E26240'

red 226 ◦ green 98 ◦ blue 64

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

Shades of Sorbus #E26240

Tints of Sorbus #E26240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

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

R = 58.25%
G = 25.26%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E26240 (or 0xE26240) is known color: Sorbus. HEX triplet: E2, 62 and 40. RGB value is (226,98,64). Sum of RGB (Red+Green+Blue) = 226+98+64=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E26240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26240 is #1D9DBF. Grayscale: #848484. Windows color (decimal): -1940928 or 4219618. OLE color: 4219618.

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

Color convert

RGB 226 98 64 -
CMYK 0 0.57 0.72 0.11
HSL 12.59º 0.74% 0.57% -
HSV(B) 12.59º 0.72% 0.89% -
XYZ 36.66 25.27 7.8 -
YUV 132.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 226 98 64 0 0.57 0.72 0.11 12.59 0.74 0.57
Hex E2 62 40 0 39 48 B D 4A 39
Octal 342 142 100 0 71 110 13 15 112 71
Binary 11100010 1100010 1000000 0 111001 1001000 1011 1101 1001010 111001

Color Harmonies of #E26240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26240

Black with #E26240

Text Example


Text Example

White with #E26240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26240; }

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

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

background-color css

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

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

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

border-color css

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

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

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