Html Css Color HEX #E26530 Sorbus

📋 copy color: '#E26530'

red 226 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #E26530

Tints of Sorbus #E26530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 60.27%
G = 26.93%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E26530 (or 0xE26530) is known color: Sorbus. HEX triplet: E2, 65 and 30. RGB value is (226,101,48). Sum of RGB (Red+Green+Blue) = 226+101+48=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E26530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26530 is #1D9ACF. Grayscale: #848484. Windows color (decimal): -1940176 or 3171810. OLE color: 3171810.

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

Color convert

RGB 226 101 48 -
CMYK 0 0.55 0.79 0.11
HSL 17.87º 0.75% 0.54% -
HSV(B) 17.87º 0.79% 0.89% -
XYZ 36.55 25.69 5.83 -
YUV 132.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 226 101 48 0 0.55 0.79 0.11 17.87 0.75 0.54
Hex E2 65 30 0 37 4F B 12 4B 36
Octal 342 145 60 0 67 117 13 22 113 66
Binary 11100010 1100101 110000 0 110111 1001111 1011 10010 1001011 110110

Color Harmonies of #E26530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26530

Black with #E26530

Text Example


Text Example

White with #E26530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26530; }

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

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

background-color css

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

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

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

border-color css

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

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

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