Html Css Color HEX #E16D3F Sorbus

📋 copy color: '#E16D3F'

red 225 ◦ green 109 ◦ blue 63

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

Shades of Sorbus #E16D3F

Tints of Sorbus #E16D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 63 (25% from 255) = 15.87%

R = 56.68%
G = 27.46%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16D3F (or 0xE16D3F) is known color: Sorbus. HEX triplet: E1, 6D and 3F. RGB value is (225,109,63). Sum of RGB (Red+Green+Blue) = 225+109+63=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D3F is #1E92C0. Grayscale: #8A8A8A. Windows color (decimal): -2003649 or 4156897. OLE color: 4156897.

HSL color Cylindrical-coordinate representation of color #E16D3F: hue angle of 17.04º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E16D3F is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 109 63 -
CMYK 0 0.52 0.72 0.12
HSL 17.04º 0.73% 0.56% -
HSV(B) 17.04º 0.72% 0.88% -
XYZ 37.42 27.3 8 -
YUV 138.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 225 109 63 0 0.52 0.72 0.12 17.04 0.73 0.56
Hex E1 6D 3F 0 34 48 C 11 49 38
Octal 341 155 77 0 64 110 14 21 111 70
Binary 11100001 1101101 111111 0 110100 1001000 1100 10001 1001001 111000

Color Harmonies of #E16D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D3F

Black with #E16D3F

Text Example


Text Example

White with #E16D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D3F; }

 p { color: rgb(225,109,63); }

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

background-color css

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

 a { background-color: rgb(225,109,63); }

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

border-color css

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

 span { border-color: rgb(225,109,63); }

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