Html Css Color HEX #E2693C Sorbus

📋 copy color: '#E2693C'

red 226 ◦ green 105 ◦ blue 60

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

Shades of Sorbus #E2693C

Tints of Sorbus #E2693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 57.8%
G = 26.85%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2693C (or 0xE2693C) is known color: Sorbus. HEX triplet: E2, 69 and 3C. RGB value is (226,105,60). Sum of RGB (Red+Green+Blue) = 226+105+60=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2693C is #1D96C3. Grayscale: #888888. Windows color (decimal): -1939140 or 3959266. OLE color: 3959266.

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

Color convert

RGB 226 105 60 -
CMYK 0 0.54 0.73 0.11
HSL 16.27º 0.74% 0.56% -
HSV(B) 16.27º 0.73% 0.89% -
XYZ 37.23 26.6 7.45 -
YUV 136.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 226 105 60 0 0.54 0.73 0.11 16.27 0.74 0.56
Hex E2 69 3C 0 36 49 B 10 4A 38
Octal 342 151 74 0 66 111 13 20 112 70
Binary 11100010 1101001 111100 0 110110 1001001 1011 10000 1001010 111000

Color Harmonies of #E2693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2693C

Black with #E2693C

Text Example


Text Example

White with #E2693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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