Html Css Color HEX #E16C40 Sorbus

📋 copy color: '#E16C40'

red 225 ◦ green 108 ◦ blue 64

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

Shades of Sorbus #E16C40

Tints of Sorbus #E16C40

RGB

 RED value IS 225 (88.28% from 255) = 56.68%

 GREEN value IS 108 (42.58% from 255) = 27.2%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 56.68%
G = 27.2%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16C40 (or 0xE16C40) is known color: Sorbus. HEX triplet: E1, 6C and 40. RGB value is (225,108,64). Sum of RGB (Red+Green+Blue) = 225+108+64=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C40 is #1E93BF. Grayscale: #8A8A8A. Windows color (decimal): -2003904 or 4222177. OLE color: 4222177.

HSL color Cylindrical-coordinate representation of color #E16C40: hue angle of 16.4º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E16C40 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 108 64 -
CMYK 0 0.52 0.72 0.12
HSL 16.4º 0.73% 0.57% -
HSV(B) 16.4º 0.72% 0.88% -
XYZ 37.34 27.1 8.11 -
YUV 137.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 225 108 64 0 0.52 0.72 0.12 16.4 0.73 0.57
Hex E1 6C 40 0 34 48 C 10 49 39
Octal 341 154 100 0 64 110 14 20 111 71
Binary 11100001 1101100 1000000 0 110100 1001000 1100 10000 1001001 111001

Color Harmonies of #E16C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C40

Black with #E16C40

Text Example


Text Example

White with #E16C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C40; }

 p { color: rgb(225,108,64); }

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

background-color css

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

 a { background-color: rgb(225,108,64); }

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

border-color css

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

 span { border-color: rgb(225,108,64); }

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