Html Css Color HEX #E16532 Sorbus

📋 copy color: '#E16532'

red 225 ◦ green 101 ◦ blue 50

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

Shades of Sorbus #E16532

Tints of Sorbus #E16532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 59.84%
G = 26.86%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E16532 (or 0xE16532) is known color: Sorbus. HEX triplet: E1, 65 and 32. RGB value is (225,101,50). Sum of RGB (Red+Green+Blue) = 225+101+50=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E16532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16532 is #1E9ACD. Grayscale: #848484. Windows color (decimal): -2005710 or 3302881. OLE color: 3302881.

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

Color convert

RGB 225 101 50 -
CMYK 0 0.55 0.78 0.12
HSL 17.49º 0.74% 0.54% -
HSV(B) 17.49º 0.78% 0.88% -
XYZ 36.28 25.55 6.04 -
YUV 132.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 225 101 50 0 0.55 0.78 0.12 17.49 0.74 0.54
Hex E1 65 32 0 37 4E C 11 4A 36
Octal 341 145 62 0 67 116 14 21 112 66
Binary 11100001 1100101 110010 0 110111 1001110 1100 10001 1001010 110110

Color Harmonies of #E16532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16532

Black with #E16532

Text Example


Text Example

White with #E16532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16532; }

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

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

background-color css

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

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

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

border-color css

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

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

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