Html Css Color HEX #E16432 Sorbus

📋 copy color: '#E16432'

red 225 ◦ green 100 ◦ blue 50

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

Shades of Sorbus #E16432

Tints of Sorbus #E16432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 60%
G = 26.67%
B = 13.33%

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

#E16432 (or 0xE16432) is known color: Sorbus. HEX triplet: E1, 64 and 32. RGB value is (225,100,50). Sum of RGB (Red+Green+Blue) = 225+100+50=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E16432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16432 is #1E9BCD. Grayscale: #848484. Windows color (decimal): -2005966 or 3302625. OLE color: 3302625.

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

Color convert

RGB 225 100 50 -
CMYK 0 0.56 0.78 0.12
HSL 17.14º 0.74% 0.54% -
HSV(B) 17.14º 0.78% 0.88% -
XYZ 36.18 25.35 6 -
YUV 131.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 225 100 50 0 0.56 0.78 0.12 17.14 0.74 0.54
Hex E1 64 32 0 38 4E C 11 4A 36
Octal 341 144 62 0 70 116 14 21 112 66
Binary 11100001 1100100 110010 0 111000 1001110 1100 10001 1001010 110110

Color Harmonies of #E16432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16432

Black with #E16432

Text Example


Text Example

White with #E16432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16432; }

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

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

background-color css

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

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

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

border-color css

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

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

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