#E85F35

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

Shades of Sorbus #E85F35

Tints of Sorbus #E85F35

Color information

#E85F35 (or 0xE85F35) is unknown color: approx Sorbus. HEX triplet: E8, 5F and 35. RGB value is (232,95,53). Sum of RGB (Red+Green+Blue) = 232+95+53=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F35 is #17A0CA. Grayscale: #838383. Windows color (decimal): -1548491 or 3497960. OLE color: 3497960.

HSL color Cylindrical-coordinate representation of color #E85F35: hue angle of 14.08º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E85F35 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB2329553-
CMYK00.590.770.09
HSL14.08º79.56%55.88%-
HSV(B)14.08º77.16%90.98%-
XYZ38.0125.66.31-
YUV131.1783.89199.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.05%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=61.05%
G=25%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232955300.590.770.0914.0879.5655.88
HexE85F3503B4D9e5038
Octal35013765073115111612070
Binary11101000101111111010101110111001101100111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F35; }

 p { color: rgb(232,95,53); }

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

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

 a { background-color: rgb(232,95,53); }

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

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

 span { border-color: rgb(232,95,53); }

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