Html Css Color HEX #E16130 Sorbus

📋 copy color: '#E16130'

red 225 ◦ green 97 ◦ blue 48

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

Shades of Sorbus #E16130

Tints of Sorbus #E16130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 60.81%
G = 26.22%
B = 12.97%

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

#E16130 (or 0xE16130) is known color: Sorbus. HEX triplet: E1, 61 and 30. RGB value is (225,97,48). Sum of RGB (Red+Green+Blue) = 225+97+48=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E16130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16130 is #1E9ECF. Grayscale: #828282. Windows color (decimal): -2006736 or 3170785. OLE color: 3170785.

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

Color convert

RGB 225 97 48 -
CMYK 0 0.57 0.79 0.12
HSL 16.61º 0.75% 0.54% -
HSV(B) 16.61º 0.79% 0.88% -
XYZ 35.86 24.77 5.69 -
YUV 129.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 225 97 48 0 0.57 0.79 0.12 16.61 0.75 0.54
Hex E1 61 30 0 39 4F C 11 4B 36
Octal 341 141 60 0 71 117 14 21 113 66
Binary 11100001 1100001 110000 0 111001 1001111 1100 10001 1001011 110110

Color Harmonies of #E16130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16130

Black with #E16130

Text Example


Text Example

White with #E16130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16130; }

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

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

background-color css

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

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

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

border-color css

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

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

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