Html Css Color HEX #E26F3A Sorbus

📋 copy color: '#E26F3A'

red 226 ◦ green 111 ◦ blue 58

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

Shades of Sorbus #E26F3A

Tints of Sorbus #E26F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 57.22%
G = 28.1%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E26F3A (or 0xE26F3A) is known color: Sorbus. HEX triplet: E2, 6F and 3A. RGB value is (226,111,58). Sum of RGB (Red+Green+Blue) = 226+111+58=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F3A is #1D90C5. Grayscale: #8B8B8B. Windows color (decimal): -1937606 or 3829730. OLE color: 3829730.

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

Color convert

RGB 226 111 58 -
CMYK 0 0.51 0.74 0.11
HSL 18.93º 0.74% 0.56% -
HSV(B) 18.93º 0.74% 0.89% -
XYZ 37.81 27.84 7.38 -
YUV 139.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 226 111 58 0 0.51 0.74 0.11 18.93 0.74 0.56
Hex E2 6F 3A 0 33 4A B 13 4A 38
Octal 342 157 72 0 63 112 13 23 112 70
Binary 11100010 1101111 111010 0 110011 1001010 1011 10011 1001010 111000

Color Harmonies of #E26F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F3A

Black with #E26F3A

Text Example


Text Example

White with #E26F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F3A; }

 p { color: rgb(226,111,58); }

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

background-color css

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

 a { background-color: rgb(226,111,58); }

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

border-color css

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

 span { border-color: rgb(226,111,58); }

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