Html Css Color HEX #E16E3C Sorbus

📋 copy color: '#E16E3C'

red 225 ◦ green 110 ◦ blue 60

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

Shades of Sorbus #E16E3C

Tints of Sorbus #E16E3C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 56.96%
G = 27.85%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E16E3C (or 0xE16E3C) is known color: Sorbus. HEX triplet: E1, 6E and 3C. RGB value is (225,110,60). Sum of RGB (Red+Green+Blue) = 225+110+60=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E3C is #1E91C3. Grayscale: #8A8A8A. Windows color (decimal): -2003396 or 3960545. OLE color: 3960545.

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

Color convert

RGB 225 110 60 -
CMYK 0 0.51 0.73 0.12
HSL 18.18º 0.73% 0.56% -
HSV(B) 18.18º 0.73% 0.88% -
XYZ 37.44 27.49 7.61 -
YUV 138.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 225 110 60 0 0.51 0.73 0.12 18.18 0.73 0.56
Hex E1 6E 3C 0 33 49 C 12 49 38
Octal 341 156 74 0 63 111 14 22 111 70
Binary 11100001 1101110 111100 0 110011 1001001 1100 10010 1001001 111000

Color Harmonies of #E16E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E3C

Black with #E16E3C

Text Example


Text Example

White with #E16E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E3C; }

 p { color: rgb(225,110,60); }

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

background-color css

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

 a { background-color: rgb(225,110,60); }

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

border-color css

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

 span { border-color: rgb(225,110,60); }

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