#e29948

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

Shades of Fire Bush #E29948

Tints of Fire Bush #E29948

Color information

#E29948 (or 0xE29948) is unknown color: approx Fire Bush. HEX triplet: E2, 99 and 48. RGB value is (226,153,72). Sum of RGB (Red+Green+Blue) = 226+153+72=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E29948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29948 is #1D66B7. Grayscale: #A5A5A5. Windows color (decimal): -1926840 or 4757986. OLE color: 4757986.

HSL color Cylindrical-coordinate representation of color #E29948: hue angle of 31.56º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E29948 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22615372-
CMYK00.320.680.11
HSL31.56º72.64%58.43%-
HSV(B)31.56º68.14%88.63%-
XYZ43.9239.4211.42-
YUV165.5975.18171.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 72 (28.52% from 255) = 15.96%
R=50.11%
G=33.92%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261537200.320.680.1131.5672.6458.43
HexE2994802044B20493a
Octal342231110040104134011172
Binary111000101001100110010000100000100010010111000001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29948; }

 p { color: rgb(226,153,72); }

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

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

 a { background-color: rgb(226,153,72); }

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

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

 span { border-color: rgb(226,153,72); }

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