Html Css Color HEX #E16540 Sorbus

📋 copy color: '#E16540'

red 225 ◦ green 101 ◦ blue 64

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

Shades of Sorbus #E16540

Tints of Sorbus #E16540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 57.69%
G = 25.9%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E16540 (or 0xE16540) is known color: Sorbus. HEX triplet: E1, 65 and 40. RGB value is (225,101,64). Sum of RGB (Red+Green+Blue) = 225+101+64=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E16540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16540 is #1E9ABF. Grayscale: #868686. Windows color (decimal): -2005696 or 4220385. OLE color: 4220385.

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

Color convert

RGB 225 101 64 -
CMYK 0 0.55 0.72 0.12
HSL 13.79º 0.73% 0.57% -
HSV(B) 13.79º 0.72% 0.88% -
XYZ 36.63 25.69 7.88 -
YUV 133.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 225 101 64 0 0.55 0.72 0.12 13.79 0.73 0.57
Hex E1 65 40 0 37 48 C E 49 39
Octal 341 145 100 0 67 110 14 16 111 71
Binary 11100001 1100101 1000000 0 110111 1001000 1100 1110 1001001 111001

Color Harmonies of #E16540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16540

Black with #E16540

Text Example


Text Example

White with #E16540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16540; }

 p { color: rgb(225,101,64); }

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

background-color css

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

 a { background-color: rgb(225,101,64); }

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

border-color css

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

 span { border-color: rgb(225,101,64); }

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