Html Css Color HEX #E16032 Sorbus

📋 copy color: '#E16032'

red 225 ◦ green 96 ◦ blue 50

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

Shades of Sorbus #E16032

Tints of Sorbus #E16032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 60.65%
G = 25.88%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16032 (or 0xE16032) is known color: Sorbus. HEX triplet: E1, 60 and 32. RGB value is (225,96,50). Sum of RGB (Red+Green+Blue) = 225+96+50=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E16032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16032 is #1E9FCD. Grayscale: #818181. Windows color (decimal): -2006990 or 3301601. OLE color: 3301601.

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

Color convert

RGB 225 96 50 -
CMYK 0 0.57 0.78 0.12
HSL 15.77º 0.74% 0.54% -
HSV(B) 15.77º 0.78% 0.88% -
XYZ 35.81 24.6 5.88 -
YUV 129.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 225 96 50 0 0.57 0.78 0.12 15.77 0.74 0.54
Hex E1 60 32 0 39 4E C 10 4A 36
Octal 341 140 62 0 71 116 14 20 112 66
Binary 11100001 1100000 110010 0 111001 1001110 1100 10000 1001010 110110

Color Harmonies of #E16032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16032

Black with #E16032

Text Example


Text Example

White with #E16032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16032; }

 p { color: rgb(225,96,50); }

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

background-color css

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

 a { background-color: rgb(225,96,50); }

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

border-color css

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

 span { border-color: rgb(225,96,50); }

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