#E68531

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

Shades of West Side #E68531

Tints of West Side #E68531

Color information

#E68531 (or 0xE68531) is unknown color: approx West Side. HEX triplet: E6, 85 and 31. RGB value is (230,133,49). Sum of RGB (Red+Green+Blue) = 230+133+49=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E68531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68531 is #197ACE. Grayscale: #989898. Windows color (decimal): -1669839 or 3245542. OLE color: 3245542.

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

Color convert

RGB23013349-
CMYK00.420.790.10
HSL27.85º78.35%54.71%-
HSV(B)27.85º78.7%90.2%-
XYZ41.5833.827.24-
YUV152.4369.64183.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.83%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 49 (19.53% from 255) = 11.89%
R=55.83%
G=32.28%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301334900.420.790.1027.8578.3554.71
HexE6853102A4FA1c4e37
Octal34620561052117123411667
Binary1110011010000101110001010101010011111010111001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68531; }

 p { color: rgb(230,133,49); }

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

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

 a { background-color: rgb(230,133,49); }

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

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

 span { border-color: rgb(230,133,49); }

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