Html Css Color HEX #E16F31 Sorbus

📋 copy color: '#E16F31'

red 225 ◦ green 111 ◦ blue 49

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

Shades of Sorbus #E16F31

Tints of Sorbus #E16F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 58.44%
G = 28.83%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16F31 (or 0xE16F31) is known color: Sorbus. HEX triplet: E1, 6F and 31. RGB value is (225,111,49). Sum of RGB (Red+Green+Blue) = 225+111+49=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F31 is #1E90CE. Grayscale: #8A8A8A. Windows color (decimal): -2003151 or 3239905. OLE color: 3239905.

HSL color Cylindrical-coordinate representation of color #E16F31: hue angle of 21.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E16F31 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 49 -
CMYK 0 0.51 0.78 0.12
HSL 21.14º 0.75% 0.54% -
HSV(B) 21.14º 0.78% 0.88% -
XYZ 37.29 27.6 6.27 -
YUV 138.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 225 111 49 0 0.51 0.78 0.12 21.14 0.75 0.54
Hex E1 6F 31 0 33 4E C 15 4B 36
Octal 341 157 61 0 63 116 14 25 113 66
Binary 11100001 1101111 110001 0 110011 1001110 1100 10101 1001011 110110

Color Harmonies of #E16F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F31

Black with #E16F31

Text Example


Text Example

White with #E16F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F31; }

 p { color: rgb(225,111,49); }

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

background-color css

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

 a { background-color: rgb(225,111,49); }

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

border-color css

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

 span { border-color: rgb(225,111,49); }

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