Html Css Color HEX #E26542 Sorbus

📋 copy color: '#E26542'

red 226 ◦ green 101 ◦ blue 66

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

Shades of Sorbus #E26542

Tints of Sorbus #E26542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 57.51%
G = 25.7%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E26542 (or 0xE26542) is known color: Sorbus. HEX triplet: E2, 65 and 42. RGB value is (226,101,66). Sum of RGB (Red+Green+Blue) = 226+101+66=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E26542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26542 is #1D9ABD. Grayscale: #868686. Windows color (decimal): -1940158 or 4351458. OLE color: 4351458.

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

Color convert

RGB 226 101 66 -
CMYK 0 0.55 0.71 0.11
HSL 13.13º 0.73% 0.57% -
HSV(B) 13.13º 0.71% 0.89% -
XYZ 37 25.87 8.2 -
YUV 134.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 226 101 66 0 0.55 0.71 0.11 13.13 0.73 0.57
Hex E2 65 42 0 37 47 B D 49 39
Octal 342 145 102 0 67 107 13 15 111 71
Binary 11100010 1100101 1000010 0 110111 1000111 1011 1101 1001001 111001

Color Harmonies of #E26542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26542

Black with #E26542

Text Example


Text Example

White with #E26542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26542; }

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

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

background-color css

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

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

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

border-color css

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

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

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