Html Css Color HEX #E16440 Sorbus

📋 copy color: '#E16440'

red 225 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #E16440

Tints of Sorbus #E16440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 57.84%
G = 25.71%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16440 (or 0xE16440) is known color: Sorbus. HEX triplet: E1, 64 and 40. RGB value is (225,100,64). Sum of RGB (Red+Green+Blue) = 225+100+64=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E16440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16440 is #1E9BBF. Grayscale: #858585. Windows color (decimal): -2005952 or 4220129. OLE color: 4220129.

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

Color convert

RGB 225 100 64 -
CMYK 0 0.56 0.72 0.12
HSL 13.42º 0.73% 0.57% -
HSV(B) 13.42º 0.72% 0.88% -
XYZ 36.53 25.49 7.85 -
YUV 133.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 225 100 64 0 0.56 0.72 0.12 13.42 0.73 0.57
Hex E1 64 40 0 38 48 C D 49 39
Octal 341 144 100 0 70 110 14 15 111 71
Binary 11100001 1100100 1000000 0 111000 1001000 1100 1101 1001001 111001

Color Harmonies of #E16440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16440

Black with #E16440

Text Example


Text Example

White with #E16440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16440; }

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

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

background-color css

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

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

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

border-color css

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

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

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