#E66530

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

Shades of Sorbus #E66530

Tints of Sorbus #E66530

Color information

#E66530 (or 0xE66530) is unknown color: approx Sorbus. HEX triplet: E6, 65 and 30. RGB value is (230,101,48). Sum of RGB (Red+Green+Blue) = 230+101+48=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E66530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66530 is #199ACF. Grayscale: #858585. Windows color (decimal): -1678032 or 3171814. OLE color: 3171814.

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

Color convert

RGB23010148-
CMYK00.560.790.10
HSL17.47º78.45%54.51%-
HSV(B)17.47º79.13%90.2%-
XYZ37.8226.345.89-
YUV133.5379.74196.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.69%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=60.69%
G=26.65%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301014800.560.790.1017.4778.4554.51
HexE665300384FA114e37
Octal34614560070117122111667
Binary111001101100101110000011100010011111010100011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66530; }

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

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

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

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

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

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

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

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