Html Css Color HEX #E26F3C Sorbus

📋 copy color: '#E26F3C'

red 226 ◦ green 111 ◦ blue 60

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

Shades of Sorbus #E26F3C

Tints of Sorbus #E26F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 56.93%
G = 27.96%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E26F3C (or 0xE26F3C) is known color: Sorbus. HEX triplet: E2, 6F and 3C. RGB value is (226,111,60). Sum of RGB (Red+Green+Blue) = 226+111+60=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F3C is #1D90C3. Grayscale: #8B8B8B. Windows color (decimal): -1937604 or 3960802. OLE color: 3960802.

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

Color convert

RGB 226 111 60 -
CMYK 0 0.51 0.73 0.11
HSL 18.43º 0.74% 0.56% -
HSV(B) 18.43º 0.73% 0.89% -
XYZ 37.86 27.86 7.66 -
YUV 139.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 226 111 60 0 0.51 0.73 0.11 18.43 0.74 0.56
Hex E2 6F 3C 0 33 49 B 12 4A 38
Octal 342 157 74 0 63 111 13 22 112 70
Binary 11100010 1101111 111100 0 110011 1001001 1011 10010 1001010 111000

Color Harmonies of #E26F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F3C

Black with #E26F3C

Text Example


Text Example

White with #E26F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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