Html Css Color HEX #E16542 Sorbus

📋 copy color: '#E16542'

red 225 ◦ green 101 ◦ blue 66

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

Shades of Sorbus #E16542

Tints of Sorbus #E16542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.84%

R = 57.4%
G = 25.77%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E16542 (or 0xE16542) is known color: Sorbus. HEX triplet: E1, 65 and 42. RGB value is (225,101,66). Sum of RGB (Red+Green+Blue) = 225+101+66=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16542 is #1E9ABD. Grayscale: #868686. Windows color (decimal): -2005694 or 4351457. OLE color: 4351457.

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

Color convert

RGB 225 101 66 -
CMYK 0 0.55 0.71 0.12
HSL 13.21º 0.73% 0.57% -
HSV(B) 13.21º 0.71% 0.88% -
XYZ 36.69 25.71 8.18 -
YUV 134.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 225 101 66 0 0.55 0.71 0.12 13.21 0.73 0.57
Hex E1 65 42 0 37 47 C D 49 39
Octal 341 145 102 0 67 107 14 15 111 71
Binary 11100001 1100101 1000010 0 110111 1000111 1100 1101 1001001 111001

Color Harmonies of #E16542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16542

Black with #E16542

Text Example


Text Example

White with #E16542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16542; }

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

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

background-color css

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

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

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

border-color css

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

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

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