Html Css Color HEX #E16D30 Sorbus

📋 copy color: '#E16D30'

red 225 ◦ green 109 ◦ blue 48

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

Shades of Sorbus #E16D30

Tints of Sorbus #E16D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.53%

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

R = 58.9%
G = 28.53%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E16D30 (or 0xE16D30) is known color: Sorbus. HEX triplet: E1, 6D and 30. RGB value is (225,109,48). Sum of RGB (Red+Green+Blue) = 225+109+48=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D30 is #1E92CF. Grayscale: #898989. Windows color (decimal): -2003664 or 3173857. OLE color: 3173857.

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

Color convert

RGB 225 109 48 -
CMYK 0 0.52 0.79 0.12
HSL 20.68º 0.75% 0.54% -
HSV(B) 20.68º 0.79% 0.88% -
XYZ 37.05 27.16 6.09 -
YUV 136.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 225 109 48 0 0.52 0.79 0.12 20.68 0.75 0.54
Hex E1 6D 30 0 34 4F C 15 4B 36
Octal 341 155 60 0 64 117 14 25 113 66
Binary 11100001 1101101 110000 0 110100 1001111 1100 10101 1001011 110110

Color Harmonies of #E16D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D30

Black with #E16D30

Text Example


Text Example

White with #E16D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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