#E65D37

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

Shades of Sorbus #E65D37

Tints of Sorbus #E65D37

Color information

#E65D37 (or 0xE65D37) is unknown color: approx Sorbus. HEX triplet: E6, 5D and 37. RGB value is (230,93,55). Sum of RGB (Red+Green+Blue) = 230+93+55=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D37 is #19A2C8. Grayscale: #818181. Windows color (decimal): -1680073 or 3628518. OLE color: 3628518.

HSL color Cylindrical-coordinate representation of color #E65D37: hue angle of 13.03º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E65D37 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB2309355-
CMYK00.600.760.10
HSL13.03º77.78%55.88%-
HSV(B)13.03º76.09%90.2%-
XYZ37.2424.936.46-
YUV129.6385.89199.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.85%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 55 (21.88% from 255) = 14.55%
R=60.85%
G=24.60%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230935500.600.760.1013.0377.7855.88
HexE65D3703C4CAd4e38
Octal34613567074114121511670
Binary11100110101110111011101111001001100101011011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D37; }

 p { color: rgb(230,93,55); }

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

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

 a { background-color: rgb(230,93,55); }

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

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

 span { border-color: rgb(230,93,55); }

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