#E65A30

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

Shades of Sorbus #E65A30

Tints of Sorbus #E65A30

Color information

#E65A30 (or 0xE65A30) is unknown color: approx Sorbus. HEX triplet: E6, 5A and 30. RGB value is (230,90,48). Sum of RGB (Red+Green+Blue) = 230+90+48=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A30 is #19A5CF. Grayscale: #7F7F7F. Windows color (decimal): -1680848 or 3168998. OLE color: 3168998.

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

Color convert

RGB2309048-
CMYK00.610.790.10
HSL13.85º78.45%54.51%-
HSV(B)13.85º79.13%90.2%-
XYZ36.8224.355.56-
YUV127.0783.38201.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.5%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 48 (19.14% from 255) = 13.04%
R=62.5%
G=24.46%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230904800.610.790.1013.8578.4554.51
HexE65A3003D4FAe4e37
Octal34613260075117121611667
Binary11100110101101011000001111011001111101011101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A30; }

 p { color: rgb(230,90,48); }

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

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

 a { background-color: rgb(230,90,48); }

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

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

 span { border-color: rgb(230,90,48); }

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