#E66D30

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

Shades of Sorbus #E66D30

Tints of Sorbus #E66D30

Color information

#E66D30 (or 0xE66D30) is unknown color: approx Sorbus. HEX triplet: E6, 6D and 30. RGB value is (230,109,48). Sum of RGB (Red+Green+Blue) = 230+109+48=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66D30 is #1992CF. Grayscale: #8A8A8A. Windows color (decimal): -1675984 or 3173862. OLE color: 3173862.

HSL color Cylindrical-coordinate representation of color #E66D30: hue angle of 20.11º 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 #E66D30 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB23010948-
CMYK00.530.790.10
HSL20.11º78.45%54.51%-
HSV(B)20.11º79.13%90.2%-
XYZ38.6427.976.16-
YUV138.2277.09193.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.43%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 48 (19.14% from 255) = 12.40%
R=59.43%
G=28.17%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301094800.530.790.1020.1178.4554.51
HexE66D300354FA144e37
Octal34615560065117122411667
Binary111001101101101110000011010110011111010101001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66D30; }

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

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

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

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

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

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

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

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