Html Css Color HEX #E16640 Sorbus

📋 copy color: '#E16640'

red 225 ◦ green 102 ◦ blue 64

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

Shades of Sorbus #E16640

Tints of Sorbus #E16640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

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

R = 57.54%
G = 26.09%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16640 (or 0xE16640) is known color: Sorbus. HEX triplet: E1, 66 and 40. RGB value is (225,102,64). Sum of RGB (Red+Green+Blue) = 225+102+64=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E16640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16640 is #1E99BF. Grayscale: #868686. Windows color (decimal): -2005440 or 4220641. OLE color: 4220641.

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

Color convert

RGB 225 102 64 -
CMYK 0 0.55 0.72 0.12
HSL 14.16º 0.73% 0.57% -
HSV(B) 14.16º 0.72% 0.88% -
XYZ 36.73 25.88 7.91 -
YUV 134.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 225 102 64 0 0.55 0.72 0.12 14.16 0.73 0.57
Hex E1 66 40 0 37 48 C E 49 39
Octal 341 146 100 0 67 110 14 16 111 71
Binary 11100001 1100110 1000000 0 110111 1001000 1100 1110 1001001 111001

Color Harmonies of #E16640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16640

Black with #E16640

Text Example


Text Example

White with #E16640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16640; }

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

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

background-color css

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

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

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

border-color css

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

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

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