Html Css Color HEX #E16031 Sorbus

📋 copy color: '#E16031'

red 225 ◦ green 96 ◦ blue 49

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

Shades of Sorbus #E16031

Tints of Sorbus #E16031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 60.81%
G = 25.95%
B = 13.24%

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

#E16031 (or 0xE16031) is known color: Sorbus. HEX triplet: E1, 60 and 31. RGB value is (225,96,49). Sum of RGB (Red+Green+Blue) = 225+96+49=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E16031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16031 is #1E9FCE. Grayscale: #818181. Windows color (decimal): -2006991 or 3236065. OLE color: 3236065.

HSL color Cylindrical-coordinate representation of color #E16031: hue angle of 16.02º degrees, saturation: 0.75, 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 #E16031 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 49 -
CMYK 0 0.57 0.78 0.12
HSL 16.02º 0.75% 0.54% -
HSV(B) 16.02º 0.78% 0.88% -
XYZ 35.79 24.6 5.77 -
YUV 129.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 225 96 49 0 0.57 0.78 0.12 16.02 0.75 0.54
Hex E1 60 31 0 39 4E C 10 4B 36
Octal 341 140 61 0 71 116 14 20 113 66
Binary 11100001 1100000 110001 0 111001 1001110 1100 10000 1001011 110110

Color Harmonies of #E16031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16031

Black with #E16031

Text Example


Text Example

White with #E16031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16031; }

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

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

background-color css

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

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

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

border-color css

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

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

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