#E69F3E

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

Shades of Fire Bush #E69F3E

Tints of Fire Bush #E69F3E

Color information

#E69F3E (or 0xE69F3E) is unknown color: approx Fire Bush. HEX triplet: E6, 9F and 3E. RGB value is (230,159,62). Sum of RGB (Red+Green+Blue) = 230+159+62=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69F3E is #1960C1. Grayscale: #A9A9A9. Windows color (decimal): -1663170 or 4104166. OLE color: 4104166.

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

Color convert

RGB23015962-
CMYK00.310.730.10
HSL34.64º77.06%57.25%-
HSV(B)34.64º73.04%90.2%-
XYZ45.941.9710.24-
YUV169.1767.52171.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=51.00%
G=35.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301596200.310.730.1034.6477.0657.25
HexE69F3E01F49A234d39
Octal34623776037111124311571
Binary1110011010011111111110011111100100110101000111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F3E; }

 p { color: rgb(230,159,62); }

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

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

 a { background-color: rgb(230,159,62); }

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

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

 span { border-color: rgb(230,159,62); }

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