#E69342

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

Shades of Fire Bush #E69342

Tints of Fire Bush #E69342

Color information

#E69342 (or 0xE69342) is unknown color: approx Fire Bush. HEX triplet: E6, 93 and 42. RGB value is (230,147,66). Sum of RGB (Red+Green+Blue) = 230+147+66=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E69342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69342 is #196CBD. Grayscale: #A2A2A2. Windows color (decimal): -1666238 or 4363238. OLE color: 4363238.

HSL color Cylindrical-coordinate representation of color #E69342: hue angle of 29.63º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E69342 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB23014766-
CMYK00.360.710.10
HSL29.63º76.64%58.04%-
HSV(B)29.63º71.3%90.2%-
XYZ44.0538.0810.18-
YUV162.5873.5176.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=51.92%
G=33.18%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301476600.360.710.1029.6376.6458.04
HexE6934202447A1e4d3a
Octal346223102044107123611572
Binary11100110100100111000010010010010001111010111101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69342; }

 p { color: rgb(230,147,66); }

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

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

 a { background-color: rgb(230,147,66); }

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

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

 span { border-color: rgb(230,147,66); }

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