Html Css Color HEX #E16534 Sorbus

📋 copy color: '#E16534'

red 225 ◦ green 101 ◦ blue 52

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

Shades of Sorbus #E16534

Tints of Sorbus #E16534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 59.52%
G = 26.72%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E16534 (or 0xE16534) is known color: Sorbus. HEX triplet: E1, 65 and 34. RGB value is (225,101,52). Sum of RGB (Red+Green+Blue) = 225+101+52=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E16534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16534 is #1E9ACB. Grayscale: #848484. Windows color (decimal): -2005708 or 3433953. OLE color: 3433953.

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

Color convert

RGB 225 101 52 -
CMYK 0 0.55 0.77 0.12
HSL 16.99º 0.74% 0.54% -
HSV(B) 16.99º 0.77% 0.88% -
XYZ 36.32 25.56 6.27 -
YUV 132.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 225 101 52 0 0.55 0.77 0.12 16.99 0.74 0.54
Hex E1 65 34 0 37 4D C 11 4A 36
Octal 341 145 64 0 67 115 14 21 112 66
Binary 11100001 1100101 110100 0 110111 1001101 1100 10001 1001010 110110

Color Harmonies of #E16534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16534

Black with #E16534

Text Example


Text Example

White with #E16534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16534; }

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

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

background-color css

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

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

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

border-color css

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

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

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