Html Css Color HEX #E16742 Sorbus

📋 copy color: '#E16742'

red 225 ◦ green 103 ◦ blue 66

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

Shades of Sorbus #E16742

Tints of Sorbus #E16742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 57.11%
G = 26.14%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E16742 (or 0xE16742) is known color: Sorbus. HEX triplet: E1, 67 and 42. RGB value is (225,103,66). Sum of RGB (Red+Green+Blue) = 225+103+66=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16742 is #1E98BD. Grayscale: #878787. Windows color (decimal): -2005182 or 4351969. OLE color: 4351969.

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

Color convert

RGB 225 103 66 -
CMYK 0 0.54 0.71 0.12
HSL 13.96º 0.73% 0.57% -
HSV(B) 13.96º 0.71% 0.88% -
XYZ 36.88 26.1 8.25 -
YUV 135.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 225 103 66 0 0.54 0.71 0.12 13.96 0.73 0.57
Hex E1 67 42 0 36 47 C E 49 39
Octal 341 147 102 0 66 107 14 16 111 71
Binary 11100001 1100111 1000010 0 110110 1000111 1100 1110 1001001 111001

Color Harmonies of #E16742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16742

Black with #E16742

Text Example


Text Example

White with #E16742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16742; }

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

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

background-color css

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

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

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

border-color css

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

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

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