Html Css Color HEX #E16F3C Sorbus

📋 copy color: '#E16F3C'

red 225 ◦ green 111 ◦ blue 60

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

Shades of Sorbus #E16F3C

Tints of Sorbus #E16F3C

RGB

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

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

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

R = 56.82%
G = 28.03%
B = 15.15%

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

#E16F3C (or 0xE16F3C) is known color: Sorbus. HEX triplet: E1, 6F and 3C. RGB value is (225,111,60). Sum of RGB (Red+Green+Blue) = 225+111+60=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F3C is #1E90C3. Grayscale: #8B8B8B. Windows color (decimal): -2003140 or 3960801. OLE color: 3960801.

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

Color convert

RGB 225 111 60 -
CMYK 0 0.51 0.73 0.12
HSL 18.55º 0.73% 0.56% -
HSV(B) 18.55º 0.73% 0.88% -
XYZ 37.55 27.7 7.64 -
YUV 139.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 225 111 60 0 0.51 0.73 0.12 18.55 0.73 0.56
Hex E1 6F 3C 0 33 49 C 13 49 38
Octal 341 157 74 0 63 111 14 23 111 70
Binary 11100001 1101111 111100 0 110011 1001001 1100 10011 1001001 111000

Color Harmonies of #E16F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F3C

Black with #E16F3C

Text Example


Text Example

White with #E16F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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