#E6943C

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

Shades of Fire Bush #E6943C

Tints of Fire Bush #E6943C

Color information

#E6943C (or 0xE6943C) is unknown color: approx Fire Bush. HEX triplet: E6, 94 and 3C. RGB value is (230,148,60). Sum of RGB (Red+Green+Blue) = 230+148+60=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6943C is #196BC3. Grayscale: #A2A2A2. Windows color (decimal): -1665988 or 3970278. OLE color: 3970278.

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

Color convert

RGB23014860-
CMYK00.360.740.10
HSL31.06º77.27%56.86%-
HSV(B)31.06º73.91%90.2%-
XYZ44.0438.339.35-
YUV162.4970.17176.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.51%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=52.51%
G=33.79%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301486000.360.740.1031.0677.2756.86
HexE6943C0244AA1f4d39
Octal34622474044112123711571
Binary1110011010010100111100010010010010101010111111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6943C; }

 p { color: rgb(230,148,60); }

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

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

 a { background-color: rgb(230,148,60); }

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

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

 span { border-color: rgb(230,148,60); }

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