#E69946

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

Shades of Fire Bush #E69946

Tints of Fire Bush #E69946

Color information

#E69946 (or 0xE69946) is unknown color: approx Fire Bush. HEX triplet: E6, 99 and 46. RGB value is (230,153,70). Sum of RGB (Red+Green+Blue) = 230+153+70=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E69946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69946 is #1966B9. Grayscale: #A6A6A6. Windows color (decimal): -1664698 or 4626918. OLE color: 4626918.

HSL color Cylindrical-coordinate representation of color #E69946: hue angle of 31.13º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E69946 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB23015370-
CMYK00.330.700.10
HSL31.13º76.19%58.82%-
HSV(B)31.13º69.57%90.2%-
XYZ45.1340.0511.15-
YUV166.5673.51173.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.77%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=50.77%
G=33.77%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301537000.330.700.1031.1376.1958.82
HexE6994602146A1f4c3b
Octal346231106041106123711473
Binary11100110100110011000110010000110001101010111111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69946; }

 p { color: rgb(230,153,70); }

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

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

 a { background-color: rgb(230,153,70); }

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

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

 span { border-color: rgb(230,153,70); }

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