Html Css Color HEX #E16332 Sorbus

📋 copy color: '#E16332'

red 225 ◦ green 99 ◦ blue 50

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

Shades of Sorbus #E16332

Tints of Sorbus #E16332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 60.16%
G = 26.47%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16332 (or 0xE16332) is known color: Sorbus. HEX triplet: E1, 63 and 32. RGB value is (225,99,50). Sum of RGB (Red+Green+Blue) = 225+99+50=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E16332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16332 is #1E9CCD. Grayscale: #838383. Windows color (decimal): -2006222 or 3302369. OLE color: 3302369.

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

Color convert

RGB 225 99 50 -
CMYK 0 0.56 0.78 0.12
HSL 16.8º 0.74% 0.54% -
HSV(B) 16.8º 0.78% 0.88% -
XYZ 36.09 25.16 5.97 -
YUV 131.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 225 99 50 0 0.56 0.78 0.12 16.8 0.74 0.54
Hex E1 63 32 0 38 4E C 11 4A 36
Octal 341 143 62 0 70 116 14 21 112 66
Binary 11100001 1100011 110010 0 111000 1001110 1100 10001 1001010 110110

Color Harmonies of #E16332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16332

Black with #E16332

Text Example


Text Example

White with #E16332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16332; }

 p { color: rgb(225,99,50); }

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

background-color css

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

 a { background-color: rgb(225,99,50); }

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

border-color css

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

 span { border-color: rgb(225,99,50); }

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