Html Css Color HEX #E16535 Sorbus

📋 copy color: '#E16535'

red 225 ◦ green 101 ◦ blue 53

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

Shades of Sorbus #E16535

Tints of Sorbus #E16535

RGB

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

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

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

R = 59.37%
G = 26.65%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E16535 (or 0xE16535) is known color: Sorbus. HEX triplet: E1, 65 and 35. RGB value is (225,101,53). Sum of RGB (Red+Green+Blue) = 225+101+53=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E16535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16535 is #1E9ACA. Grayscale: #848484. Windows color (decimal): -2005707 or 3499489. OLE color: 3499489.

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

Color convert

RGB 225 101 53 -
CMYK 0 0.55 0.76 0.12
HSL 16.74º 0.74% 0.55% -
HSV(B) 16.74º 0.76% 0.88% -
XYZ 36.35 25.57 6.39 -
YUV 132.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 225 101 53 0 0.55 0.76 0.12 16.74 0.74 0.55
Hex E1 65 35 0 37 4C C 11 4A 37
Octal 341 145 65 0 67 114 14 21 112 67
Binary 11100001 1100101 110101 0 110111 1001100 1100 10001 1001010 110111

Color Harmonies of #E16535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16535

Black with #E16535

Text Example


Text Example

White with #E16535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16535; }

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

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

background-color css

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

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

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

border-color css

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

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

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