Html Css Color HEX #E16530 Sorbus

📋 copy color: '#E16530'

red 225 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #E16530

Tints of Sorbus #E16530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

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

R = 60.16%
G = 27.01%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E16530 (or 0xE16530) is known color: Sorbus. HEX triplet: E1, 65 and 30. RGB value is (225,101,48). Sum of RGB (Red+Green+Blue) = 225+101+48=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E16530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16530 is #1E9ACF. Grayscale: #848484. Windows color (decimal): -2005712 or 3171809. OLE color: 3171809.

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

Color convert

RGB 225 101 48 -
CMYK 0 0.55 0.79 0.12
HSL 17.97º 0.75% 0.54% -
HSV(B) 17.97º 0.79% 0.88% -
XYZ 36.24 25.53 5.81 -
YUV 132.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 225 101 48 0 0.55 0.79 0.12 17.97 0.75 0.54
Hex E1 65 30 0 37 4F C 12 4B 36
Octal 341 145 60 0 67 117 14 22 113 66
Binary 11100001 1100101 110000 0 110111 1001111 1100 10010 1001011 110110

Color Harmonies of #E16530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16530

Black with #E16530

Text Example


Text Example

White with #E16530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16530; }

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

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

background-color css

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

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

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

border-color css

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

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

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