Html Css Color HEX #E26A3D Sorbus

📋 copy color: '#E26A3D'

red 226 ◦ green 106 ◦ blue 61

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

Shades of Sorbus #E26A3D

Tints of Sorbus #E26A3D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 57.51%
G = 26.97%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E26A3D (or 0xE26A3D) is known color: Sorbus. HEX triplet: E2, 6A and 3D. RGB value is (226,106,61). Sum of RGB (Red+Green+Blue) = 226+106+61=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A3D is #1D95C2. Grayscale: #898989. Windows color (decimal): -1938883 or 4025058. OLE color: 4025058.

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

Color convert

RGB 226 106 61 -
CMYK 0 0.53 0.73 0.11
HSL 16.36º 0.74% 0.56% -
HSV(B) 16.36º 0.73% 0.89% -
XYZ 37.36 26.81 7.62 -
YUV 136.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 226 106 61 0 0.53 0.73 0.11 16.36 0.74 0.56
Hex E2 6A 3D 0 35 49 B 10 4A 38
Octal 342 152 75 0 65 111 13 20 112 70
Binary 11100010 1101010 111101 0 110101 1001001 1011 10000 1001010 111000

Color Harmonies of #E26A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A3D

Black with #E26A3D

Text Example


Text Example

White with #E26A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A3D; }

 p { color: rgb(226,106,61); }

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

background-color css

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

 a { background-color: rgb(226,106,61); }

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

border-color css

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

 span { border-color: rgb(226,106,61); }

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