Html Css Color HEX #E16030 Sorbus

📋 copy color: '#E16030'

red 225 ◦ green 96 ◦ blue 48

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

Shades of Sorbus #E16030

Tints of Sorbus #E16030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 60.98%
G = 26.02%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E16030 (or 0xE16030) is known color: Sorbus. HEX triplet: E1, 60 and 30. RGB value is (225,96,48). Sum of RGB (Red+Green+Blue) = 225+96+48=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E16030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16030 is #1E9FCF. Grayscale: #818181. Windows color (decimal): -2006992 or 3170529. OLE color: 3170529.

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

Color convert

RGB 225 96 48 -
CMYK 0 0.57 0.79 0.12
HSL 16.27º 0.75% 0.54% -
HSV(B) 16.27º 0.79% 0.88% -
XYZ 35.77 24.59 5.66 -
YUV 129.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 225 96 48 0 0.57 0.79 0.12 16.27 0.75 0.54
Hex E1 60 30 0 39 4F C 10 4B 36
Octal 341 140 60 0 71 117 14 20 113 66
Binary 11100001 1100000 110000 0 111001 1001111 1100 10000 1001011 110110

Color Harmonies of #E16030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16030

Black with #E16030

Text Example


Text Example

White with #E16030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16030; }

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

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

background-color css

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

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

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

border-color css

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

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

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