Html Css Color HEX #E16340 Sorbus

📋 copy color: '#E16340'

red 225 ◦ green 99 ◦ blue 64

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

Shades of Sorbus #E16340

Tints of Sorbus #E16340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

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

R = 57.99%
G = 25.52%
B = 16.49%

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

#E16340 (or 0xE16340) is known color: Sorbus. HEX triplet: E1, 63 and 40. RGB value is (225,99,64). Sum of RGB (Red+Green+Blue) = 225+99+64=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E16340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16340 is #1E9CBF. Grayscale: #848484. Windows color (decimal): -2006208 or 4219873. OLE color: 4219873.

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

Color convert

RGB 225 99 64 -
CMYK 0 0.56 0.72 0.12
HSL 13.04º 0.73% 0.57% -
HSV(B) 13.04º 0.72% 0.88% -
XYZ 36.44 25.3 7.81 -
YUV 132.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 225 99 64 0 0.56 0.72 0.12 13.04 0.73 0.57
Hex E1 63 40 0 38 48 C D 49 39
Octal 341 143 100 0 70 110 14 15 111 71
Binary 11100001 1100011 1000000 0 111000 1001000 1100 1101 1001001 111001

Color Harmonies of #E16340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16340

Black with #E16340

Text Example


Text Example

White with #E16340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16340; }

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

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

background-color css

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

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

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

border-color css

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

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

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