Html Css Color HEX #E16235 Sorbus

📋 copy color: '#E16235'

red 225 ◦ green 98 ◦ blue 53

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

Shades of Sorbus #E16235

Tints of Sorbus #E16235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 59.84%
G = 26.06%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E16235 (or 0xE16235) is known color: Sorbus. HEX triplet: E1, 62 and 35. RGB value is (225,98,53). Sum of RGB (Red+Green+Blue) = 225+98+53=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E16235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16235 is #1E9DCA. Grayscale: #838383. Windows color (decimal): -2006475 or 3498721. OLE color: 3498721.

HSL color Cylindrical-coordinate representation of color #E16235: hue angle of 15.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E16235 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 53 -
CMYK 0 0.56 0.76 0.12
HSL 15.7º 0.74% 0.55% -
HSV(B) 15.7º 0.76% 0.88% -
XYZ 36.06 25 6.29 -
YUV 130.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 225 98 53 0 0.56 0.76 0.12 15.7 0.74 0.55
Hex E1 62 35 0 38 4C C 10 4A 37
Octal 341 142 65 0 70 114 14 20 112 67
Binary 11100001 1100010 110101 0 111000 1001100 1100 10000 1001010 110111

Color Harmonies of #E16235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16235

Black with #E16235

Text Example


Text Example

White with #E16235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16235; }

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

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

background-color css

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

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

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

border-color css

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

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

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