Html Css Color HEX #E16740 Sorbus

📋 copy color: '#E16740'

red 225 ◦ green 103 ◦ blue 64

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

Shades of Sorbus #E16740

Tints of Sorbus #E16740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

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

R = 57.4%
G = 26.28%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16740 (or 0xE16740) is known color: Sorbus. HEX triplet: E1, 67 and 40. RGB value is (225,103,64). Sum of RGB (Red+Green+Blue) = 225+103+64=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16740 is #1E98BF. Grayscale: #878787. Windows color (decimal): -2005184 or 4220897. OLE color: 4220897.

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

Color convert

RGB 225 103 64 -
CMYK 0 0.54 0.72 0.12
HSL 14.53º 0.73% 0.57% -
HSV(B) 14.53º 0.72% 0.88% -
XYZ 36.83 26.08 7.94 -
YUV 135.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 225 103 64 0 0.54 0.72 0.12 14.53 0.73 0.57
Hex E1 67 40 0 36 48 C F 49 39
Octal 341 147 100 0 66 110 14 17 111 71
Binary 11100001 1100111 1000000 0 110110 1001000 1100 1111 1001001 111001

Color Harmonies of #E16740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16740

Black with #E16740

Text Example


Text Example

White with #E16740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16740; }

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

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

background-color css

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

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

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

border-color css

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

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

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