Html Css Color HEX #E16240 Sorbus

📋 copy color: '#E16240'

red 225 ◦ green 98 ◦ blue 64

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

Shades of Sorbus #E16240

Tints of Sorbus #E16240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 58.14%
G = 25.32%
B = 16.54%

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

#E16240 (or 0xE16240) is known color: Sorbus. HEX triplet: E1, 62 and 40. RGB value is (225,98,64). Sum of RGB (Red+Green+Blue) = 225+98+64=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E16240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16240 is #1E9DBF. Grayscale: #848484. Windows color (decimal): -2006464 or 4219617. OLE color: 4219617.

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

Color convert

RGB 225 98 64 -
CMYK 0 0.56 0.72 0.12
HSL 12.67º 0.73% 0.57% -
HSV(B) 12.67º 0.72% 0.88% -
XYZ 36.34 25.11 7.78 -
YUV 132.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 225 98 64 0 0.56 0.72 0.12 12.67 0.73 0.57
Hex E1 62 40 0 38 48 C D 49 39
Octal 341 142 100 0 70 110 14 15 111 71
Binary 11100001 1100010 1000000 0 111000 1001000 1100 1101 1001001 111001

Color Harmonies of #E16240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16240

Black with #E16240

Text Example


Text Example

White with #E16240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16240; }

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

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

background-color css

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

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

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

border-color css

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

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

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