Html Css Color HEX #E16230 Sorbus

📋 copy color: '#E16230'

red 225 ◦ green 98 ◦ blue 48

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

Shades of Sorbus #E16230

Tints of Sorbus #E16230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 60.65%
G = 26.42%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E16230 (or 0xE16230) is known color: Sorbus. HEX triplet: E1, 62 and 30. RGB value is (225,98,48). Sum of RGB (Red+Green+Blue) = 225+98+48=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E16230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16230 is #1E9DCF. Grayscale: #828282. Windows color (decimal): -2006480 or 3171041. OLE color: 3171041.

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

Color convert

RGB 225 98 48 -
CMYK 0 0.56 0.79 0.12
HSL 16.95º 0.75% 0.54% -
HSV(B) 16.95º 0.79% 0.88% -
XYZ 35.95 24.96 5.72 -
YUV 130.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 225 98 48 0 0.56 0.79 0.12 16.95 0.75 0.54
Hex E1 62 30 0 38 4F C 11 4B 36
Octal 341 142 60 0 70 117 14 21 113 66
Binary 11100001 1100010 110000 0 111000 1001111 1100 10001 1001011 110110

Color Harmonies of #E16230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16230

Black with #E16230

Text Example


Text Example

White with #E16230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16230; }

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

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

background-color css

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

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

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

border-color css

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

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

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