#E85B25

Color #E85B25 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #E85B25

Tints of Sorbus #E85B25

Color information

#E85B25 (or 0xE85B25) is unknown color: approx Sorbus. HEX triplet: E8, 5B and 25. RGB value is (232,91,37). Sum of RGB (Red+Green+Blue) = 232+91+37=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B25 is #17A4DA. Grayscale: #7F7F7F. Windows color (decimal): -1549531 or 2448360. OLE color: 2448360.

HSL color Cylindrical-coordinate representation of color #E85B25: hue angle of 16.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E85B25 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB2329137-
CMYK00.610.840.09
HSL16.62º80.91%52.75%-
HSV(B)16.62º84.05%90.98%-
XYZ37.3524.774.56-
YUV12777.21202.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.44%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=64.44%
G=25.28%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232913700.610.840.0916.6280.9152.75
HexE85B2503D549115135
Octal35013345075124112112165
Binary111010001011011100101011110110101001001100011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85B25; }

 p { color: rgb(232,91,37); }

 H1.HeaderClassName
 {
   color: #E85B25;
 }
 .AnyTagClassName
 {
   color: #E85B25;
 }
</style>
background-color css

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

 a { background-color: rgb(232,91,37); }

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

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

 span { border-color: rgb(232,91,37); }

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