#E69E48

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

Shades of Fire Bush #E69E48

Tints of Fire Bush #E69E48

Color information

#E69E48 (or 0xE69E48) is unknown color: approx Fire Bush. HEX triplet: E6, 9E and 48. RGB value is (230,158,72). Sum of RGB (Red+Green+Blue) = 230+158+72=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69E48 is #1961B7. Grayscale: #AAAAAA. Windows color (decimal): -1663416 or 4759270. OLE color: 4759270.

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

Color convert

RGB23015872-
CMYK00.310.690.10
HSL32.66º75.96%59.22%-
HSV(B)32.66º68.7%90.2%-
XYZ46.0341.7411.76-
YUV169.7272.85170.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=50%
G=34.35%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301587200.310.690.1032.6675.9659.22
HexE69E4801F45A214c3b
Octal346236110037105124111473
Binary11100110100111101001000011111100010110101000011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E48; }

 p { color: rgb(230,158,72); }

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

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

 a { background-color: rgb(230,158,72); }

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

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

 span { border-color: rgb(230,158,72); }

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