Html Css Color HEX #E2602C Sorbus

📋 copy color: '#E2602C'

red 226 ◦ green 96 ◦ blue 44

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

Shades of Sorbus #E2602C

Tints of Sorbus #E2602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 61.75%
G = 26.23%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2602C (or 0xE2602C) is known color: Sorbus. HEX triplet: E2, 60 and 2C. RGB value is (226,96,44). Sum of RGB (Red+Green+Blue) = 226+96+44=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2602C is #1D9FD3. Grayscale: #818181. Windows color (decimal): -1941460 or 2908386. OLE color: 2908386.

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

Color convert

RGB 226 96 44 -
CMYK 0 0.58 0.81 0.11
HSL 17.14º 0.76% 0.53% -
HSV(B) 17.14º 0.81% 0.89% -
XYZ 36 24.72 5.26 -
YUV 128.94 80.07 197.23 -
System Red Green Blue C M Y K H S L
Decimal 226 96 44 0 0.58 0.81 0.11 17.14 0.76 0.53
Hex E2 60 2C 0 3A 51 B 11 4C 35
Octal 342 140 54 0 72 121 13 21 114 65
Binary 11100010 1100000 101100 0 111010 1010001 1011 10001 1001100 110101

Color Harmonies of #E2602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2602C

Black with #E2602C

Text Example


Text Example

White with #E2602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2602C; }

 p { color: rgb(226,96,44); }

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

background-color css

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

 a { background-color: rgb(226,96,44); }

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

border-color css

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

 span { border-color: rgb(226,96,44); }

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