Html Css Color HEX #E16C38 Sorbus

📋 copy color: '#E16C38'

red 225 ◦ green 108 ◦ blue 56

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

Shades of Sorbus #E16C38

Tints of Sorbus #E16C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 57.84%
G = 27.76%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E16C38 (or 0xE16C38) is known color: Sorbus. HEX triplet: E1, 6C and 38. RGB value is (225,108,56). Sum of RGB (Red+Green+Blue) = 225+108+56=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C38 is #1E93C7. Grayscale: #898989. Windows color (decimal): -2003912 or 3697889. OLE color: 3697889.

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

Color convert

RGB 225 108 56 -
CMYK 0 0.52 0.75 0.12
HSL 18.46º 0.74% 0.55% -
HSV(B) 18.46º 0.75% 0.88% -
XYZ 37.13 27.02 7 -
YUV 137.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 225 108 56 0 0.52 0.75 0.12 18.46 0.74 0.55
Hex E1 6C 38 0 34 4B C 12 4A 37
Octal 341 154 70 0 64 113 14 22 112 67
Binary 11100001 1101100 111000 0 110100 1001011 1100 10010 1001010 110111

Color Harmonies of #E16C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C38

Black with #E16C38

Text Example


Text Example

White with #E16C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C38; }

 p { color: rgb(225,108,56); }

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

background-color css

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

 a { background-color: rgb(225,108,56); }

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

border-color css

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

 span { border-color: rgb(225,108,56); }

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