#e69748

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

Shades of Fire Bush #E69748

Tints of Fire Bush #E69748

Color information

#E69748 (or 0xE69748) is unknown color: approx Fire Bush. HEX triplet: E6, 97 and 48. RGB value is (230,151,72). Sum of RGB (Red+Green+Blue) = 230+151+72=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E69748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69748 is #1968B7. Grayscale: #A6A6A6. Windows color (decimal): -1665208 or 4757478. OLE color: 4757478.

HSL color Cylindrical-coordinate representation of color #E69748: hue angle of 30º 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 #E69748 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB23015172-
CMYK00.340.690.10
HSL30º75.96%59.22%-
HSV(B)30º68.7%90.2%-
XYZ44.8739.4211.38-
YUV165.6175.17173.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.77%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 15.89%
R=50.77%
G=33.33%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301517200.340.690.103075.9659.22
HexE6974802245A1e4c3b
Octal346227110042105123611473
Binary11100110100101111001000010001010001011010111101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69748; }

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

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

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

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

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

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

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

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