#E6963F

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

Shades of Fire Bush #E6963F

Tints of Fire Bush #E6963F

Color information

#E6963F (or 0xE6963F) is unknown color: approx Fire Bush. HEX triplet: E6, 96 and 3F. RGB value is (230,150,63). Sum of RGB (Red+Green+Blue) = 230+150+63=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6963F is #1969C0. Grayscale: #A4A4A4. Windows color (decimal): -1665473 or 4167398. OLE color: 4167398.

HSL color Cylindrical-coordinate representation of color #E6963F: hue angle of 31.26º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6963F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB23015063-
CMYK00.350.730.10
HSL31.26º76.96%57.45%-
HSV(B)31.26º72.61%90.2%-
XYZ44.4438.999.89-
YUV16471175.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 63 (25% from 255) = 14.22%
R=51.92%
G=33.86%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301506300.350.730.1031.2676.9657.45
HexE6963F02349A1f4d39
Octal34622677043111123711571
Binary1110011010010110111111010001110010011010111111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6963F; }

 p { color: rgb(230,150,63); }

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

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

 a { background-color: rgb(230,150,63); }

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

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

 span { border-color: rgb(230,150,63); }

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